Html Css Color HEX #C66CCA Orchid

📋 copy color: '#C66CCA'

red 198 ◦ green 108 ◦ blue 202

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

Shades of Orchid #C66CCA

Tints of Orchid #C66CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 38.98%
G = 21.26%
B = 39.76%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C66CCA (or 0xC66CCA) is known color: Orchid. HEX triplet: C6, 6C and CA. RGB value is (198,108,202). Sum of RGB (Red+Green+Blue) = 198+108+202=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #C66CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CCA is #399335. Grayscale: #919191. Windows color (decimal): -3773238 or 13266118. OLE color: 13266118.

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

Color convert

RGB 198 108 202 -
CMYK 0.02 0.47 0 0.21
HSL 297.45º 0.47% 0.61% -
HSV(B) 297.45º 0.47% 0.79% -
XYZ 39.31 27 59.02 -
YUV 145.63 159.82 165.36 -
System Red Green Blue C M Y K H S L
Decimal 198 108 202 0.02 0.47 0 0.21 297.45 0.47 0.61
Hex C6 6C CA 2 2F 0 15 129 2F 3D
Octal 306 154 312 2 57 0 25 451 57 75
Binary 11000110 1101100 11001010 10 101111 0 10101 100101001 101111 111101

Color Harmonies of #C66CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66CCA

Black with #C66CCA

Text Example


Text Example

White with #C66CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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