Html Css Color HEX #C66FD7 Orchid

📋 copy color: '#C66FD7'

red 198 ◦ green 111 ◦ blue 215

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

Shades of Orchid #C66FD7

Tints of Orchid #C66FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 37.79%
G = 21.18%
B = 41.03%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C66FD7 (or 0xC66FD7) is known color: Orchid. HEX triplet: C6, 6F and D7. RGB value is (198,111,215). Sum of RGB (Red+Green+Blue) = 198+111+215=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #C66FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FD7 is #399028. Grayscale: #949494. Windows color (decimal): -3772457 or 14118854. OLE color: 14118854.

HSL color Cylindrical-coordinate representation of color #C66FD7: hue angle of 290.19º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66FD7 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 111 215 -
CMYK 0.08 0.48 0 0.16
HSL 290.19º 0.57% 0.64% -
HSV(B) 290.19º 0.48% 0.84% -
XYZ 41.24 28.28 67.58 -
YUV 148.87 165.32 163.04 -
System Red Green Blue C M Y K H S L
Decimal 198 111 215 0.08 0.48 0 0.16 290.19 0.57 0.64
Hex C6 6F D7 8 30 0 10 122 39 40
Octal 306 157 327 10 60 0 20 442 71 100
Binary 11000110 1101111 11010111 1000 110000 0 10000 100100010 111001 1000000

Color Harmonies of #C66FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66FD7

Black with #C66FD7

Text Example


Text Example

White with #C66FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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