Html Css Color HEX #C672C4 Orchid

📋 copy color: '#C672C4'

red 198 ◦ green 114 ◦ blue 196

#C672C4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #C672C4

Tints of Orchid #C672C4

RGB

 RED value IS 198 (77.73% from 255) = 38.98%

 GREEN value IS 114 (44.92% from 255) = 22.44%

 BLUE value IS 196 (76.95% from 255) = 38.58%

R = 38.98%
G = 22.44%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C672C4 (or 0xC672C4) is known color: Orchid. HEX triplet: C6, 72 and C4. RGB value is (198,114,196). Sum of RGB (Red+Green+Blue) = 198+114+196=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C672C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672C4 is #398D3B. Grayscale: #949494. Windows color (decimal): -3771708 or 12874438. OLE color: 12874438.

HSL color Cylindrical-coordinate representation of color #C672C4: hue angle of 301.43º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C672C4 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 114 196 -
CMYK 0 0.42 0.01 0.22
HSL 301.43º 0.42% 0.61% -
HSV(B) 301.43º 0.42% 0.78% -
XYZ 39.27 28.03 55.56 -
YUV 148.46 154.83 163.33 -
System Red Green Blue C M Y K H S L
Decimal 198 114 196 0 0.42 0.01 0.22 301.43 0.42 0.61
Hex C6 72 C4 0 2A 1 16 12D 2A 3D
Octal 306 162 304 0 52 1 26 455 52 75
Binary 11000110 1110010 11000100 0 101010 1 10110 100101101 101010 111101

Color Harmonies of #C672C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C672C4

Black with #C672C4

Text Example


Text Example

White with #C672C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C672C4; }

 p { color: rgb(198,114,196); }

 H1.HeaderClassName
 {
   color: #C672C4;
 }
 .AnyTagClassName
 {
   color: #C672C4;
 }
</style>

background-color css

<style>
 a { background-color: #C672C4; }

 a { background-color: rgb(198,114,196); }

 div.DivClassName
 {
   background-color: #C672C4;
 }
 .BgClassName
 {
   background-color: #C672C4;
 }
</style>

border-color css

<style>
 span { border-color: #C672C4; }

 span { border-color: rgb(198,114,196); }

 td.TdClassName
 {
   border-color: #C672C4;
 }
 .TagClassName
 {
   border-color: #C672C4;
 }
</style>