Html Css Color HEX #C66FD3 Orchid

📋 copy color: '#C66FD3'

red 198 ◦ green 111 ◦ blue 211

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

Shades of Orchid #C66FD3

Tints of Orchid #C66FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.58%

R = 38.08%
G = 21.35%
B = 40.58%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C66FD3 (or 0xC66FD3) is known color: Orchid. HEX triplet: C6, 6F and D3. RGB value is (198,111,211). Sum of RGB (Red+Green+Blue) = 198+111+211=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 211 - color contains mainly: blue. Hex color #C66FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FD3 is #39902C. Grayscale: #949494. Windows color (decimal): -3772461 or 13856710. OLE color: 13856710.

HSL color Cylindrical-coordinate representation of color #C66FD3: hue angle of 292.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C66FD3 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 111 211 -
CMYK 0.06 0.47 0 0.17
HSL 292.2º 0.53% 0.63% -
HSV(B) 292.2º 0.47% 0.83% -
XYZ 40.73 28.08 64.9 -
YUV 148.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 198 111 211 0.06 0.47 0 0.17 292.2 0.53 0.63
Hex C6 6F D3 6 2F 0 11 124 35 3F
Octal 306 157 323 6 57 0 21 444 65 77
Binary 11000110 1101111 11010011 110 101111 0 10001 100100100 110101 111111

Color Harmonies of #C66FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66FD3

Black with #C66FD3

Text Example


Text Example

White with #C66FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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