Html Css Color HEX #C66FCF Orchid

📋 copy color: '#C66FCF'

red 198 ◦ green 111 ◦ blue 207

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

Shades of Orchid #C66FCF

Tints of Orchid #C66FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 38.37%
G = 21.51%
B = 40.12%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C66FCF (or 0xC66FCF) is known color: Orchid. HEX triplet: C6, 6F and CF. RGB value is (198,111,207). Sum of RGB (Red+Green+Blue) = 198+111+207=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #C66FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FCF is #399030. Grayscale: #939393. Windows color (decimal): -3772465 or 13594566. OLE color: 13594566.

HSL color Cylindrical-coordinate representation of color #C66FCF: hue angle of 294.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66FCF is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 111 207 -
CMYK 0.04 0.46 0 0.19
HSL 294.38º 0.5% 0.62% -
HSV(B) 294.38º 0.46% 0.81% -
XYZ 40.24 27.88 62.29 -
YUV 147.96 161.32 163.69 -
System Red Green Blue C M Y K H S L
Decimal 198 111 207 0.04 0.46 0 0.19 294.38 0.5 0.62
Hex C6 6F CF 4 2E 0 13 126 32 3E
Octal 306 157 317 4 56 0 23 446 62 76
Binary 11000110 1101111 11001111 100 101110 0 10011 100100110 110010 111110

Color Harmonies of #C66FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66FCF

Black with #C66FCF

Text Example


Text Example

White with #C66FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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