Html Css Color HEX #C66ACC Orchid

📋 copy color: '#C66ACC'

red 198 ◦ green 106 ◦ blue 204

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

Shades of Orchid #C66ACC

Tints of Orchid #C66ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.87%

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

R = 38.98%
G = 20.87%
B = 40.16%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C66ACC (or 0xC66ACC) is known color: Orchid. HEX triplet: C6, 6A and CC. RGB value is (198,106,204). Sum of RGB (Red+Green+Blue) = 198+106+204=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #C66ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ACC is #399533. Grayscale: #909090. Windows color (decimal): -3773748 or 13396678. OLE color: 13396678.

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

Color convert

RGB 198 106 204 -
CMYK 0.03 0.48 0 0.2
HSL 296.33º 0.49% 0.61% -
HSV(B) 296.33º 0.48% 0.8% -
XYZ 39.34 26.67 60.2 -
YUV 144.68 161.48 166.03 -
System Red Green Blue C M Y K H S L
Decimal 198 106 204 0.03 0.48 0 0.2 296.33 0.49 0.61
Hex C6 6A CC 3 30 0 14 128 31 3D
Octal 306 152 314 3 60 0 24 450 61 75
Binary 11000110 1101010 11001100 11 110000 0 10100 100101000 110001 111101

Color Harmonies of #C66ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66ACC

Black with #C66ACC

Text Example


Text Example

White with #C66ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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