Html Css Color HEX #C66CCD Orchid

📋 copy color: '#C66CCD'

red 198 ◦ green 108 ◦ blue 205

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

Shades of Orchid #C66CCD

Tints of Orchid #C66CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 38.75%
G = 21.14%
B = 40.12%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C66CCD (or 0xC66CCD) is known color: Orchid. HEX triplet: C6, 6C and CD. RGB value is (198,108,205). Sum of RGB (Red+Green+Blue) = 198+108+205=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #C66CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CCD is #399332. Grayscale: #919191. Windows color (decimal): -3773235 or 13462726. OLE color: 13462726.

HSL color Cylindrical-coordinate representation of color #C66CCD: hue angle of 295.67º degrees, saturation: 0.49, 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 #C66CCD is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 108 205 -
CMYK 0.03 0.47 0 0.20
HSL 295.67º 0.49% 0.61% -
HSV(B) 295.67º 0.47% 0.8% -
XYZ 39.67 27.14 60.91 -
YUV 145.97 161.32 165.11 -
System Red Green Blue C M Y K H S L
Decimal 198 108 205 0.03 0.47 0 0.20 295.67 0.49 0.61
Hex C6 6C CD 3 2F 0 14 128 31 3D
Octal 306 154 315 3 57 0 24 450 61 75
Binary 11000110 1101100 11001101 11 101111 0 10100 100101000 110001 111101

Color Harmonies of #C66CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66CCD

Black with #C66CCD

Text Example


Text Example

White with #C66CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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