Html Css Color HEX #C66CCB Orchid

📋 copy color: '#C66CCB'

red 198 ◦ green 108 ◦ blue 203

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

Shades of Orchid #C66CCB

Tints of Orchid #C66CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.22%

 BLUE value IS 203 (79.69% from 255) = 39.88%

R = 38.9%
G = 21.22%
B = 39.88%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C66CCB (or 0xC66CCB) is known color: Orchid. HEX triplet: C6, 6C and CB. RGB value is (198,108,203). Sum of RGB (Red+Green+Blue) = 198+108+203=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #C66CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CCB is #399334. Grayscale: #919191. Windows color (decimal): -3773237 or 13331654. OLE color: 13331654.

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

Color convert

RGB 198 108 203 -
CMYK 0.02 0.47 0 0.20
HSL 296.84º 0.48% 0.61% -
HSV(B) 296.84º 0.47% 0.8% -
XYZ 39.43 27.04 59.64 -
YUV 145.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 198 108 203 0.02 0.47 0 0.20 296.84 0.48 0.61
Hex C6 6C CB 2 2F 0 14 129 30 3D
Octal 306 154 313 2 57 0 24 451 60 75
Binary 11000110 1101100 11001011 10 101111 0 10100 100101001 110000 111101

Color Harmonies of #C66CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66CCB

Black with #C66CCB

Text Example


Text Example

White with #C66CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66CCB; }

 p { color: rgb(198,108,203); }

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

background-color css

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

 a { background-color: rgb(198,108,203); }

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

border-color css

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

 span { border-color: rgb(198,108,203); }

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