Html Css Color HEX #C67ECC Orchid

📋 copy color: '#C67ECC'

red 198 ◦ green 126 ◦ blue 204

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

Shades of Orchid #C67ECC

Tints of Orchid #C67ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.86%

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 37.5%
G = 23.86%
B = 38.64%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C67ECC (or 0xC67ECC) is known color: Orchid. HEX triplet: C6, 7E and CC. RGB value is (198,126,204). Sum of RGB (Red+Green+Blue) = 198+126+204=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #C67ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ECC is #398133. Grayscale: #9C9C9C. Windows color (decimal): -3768628 or 13401798. OLE color: 13401798.

HSL color Cylindrical-coordinate representation of color #C67ECC: hue angle of 295.38º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67ECC is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 126 204 -
CMYK 0.03 0.38 0 0.2
HSL 295.38º 0.43% 0.65% -
HSV(B) 295.38º 0.38% 0.8% -
XYZ 41.65 31.29 60.97 -
YUV 156.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 198 126 204 0.03 0.38 0 0.2 295.38 0.43 0.65
Hex C6 7E CC 3 26 0 14 127 2B 41
Octal 306 176 314 3 46 0 24 447 53 101
Binary 11000110 1111110 11001100 11 100110 0 10100 100100111 101011 1000001

Color Harmonies of #C67ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67ECC

Black with #C67ECC

Text Example


Text Example

White with #C67ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67ECC; }

 p { color: rgb(198,126,204); }

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

background-color css

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

 a { background-color: rgb(198,126,204); }

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

border-color css

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

 span { border-color: rgb(198,126,204); }

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