Html Css Color HEX #C66FCD Orchid

📋 copy color: '#C66FCD'

red 198 ◦ green 111 ◦ blue 205

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

Shades of Orchid #C66FCD

Tints of Orchid #C66FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.6%

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

R = 38.52%
G = 21.6%
B = 39.88%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C66FCD (or 0xC66FCD) is known color: Orchid. HEX triplet: C6, 6F and CD. RGB value is (198,111,205). Sum of RGB (Red+Green+Blue) = 198+111+205=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #C66FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FCD is #399032. Grayscale: #939393. Windows color (decimal): -3772467 or 13463494. OLE color: 13463494.

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

Color convert

RGB 198 111 205 -
CMYK 0.03 0.46 0 0.20
HSL 295.53º 0.48% 0.62% -
HSV(B) 295.53º 0.46% 0.8% -
XYZ 39.99 27.78 61.01 -
YUV 147.73 160.32 163.86 -
System Red Green Blue C M Y K H S L
Decimal 198 111 205 0.03 0.46 0 0.20 295.53 0.48 0.62
Hex C6 6F CD 3 2E 0 14 128 30 3E
Octal 306 157 315 3 56 0 24 450 60 76
Binary 11000110 1101111 11001101 11 101110 0 10100 100101000 110000 111110

Color Harmonies of #C66FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66FCD

Black with #C66FCD

Text Example


Text Example

White with #C66FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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