Html Css Color HEX #C66FC3 Orchid

📋 copy color: '#C66FC3'

red 198 ◦ green 111 ◦ blue 195

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

Shades of Orchid #C66FC3

Tints of Orchid #C66FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.69%

R = 39.29%
G = 22.02%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C66FC3 (or 0xC66FC3) is known color: Orchid. HEX triplet: C6, 6F and C3. RGB value is (198,111,195). Sum of RGB (Red+Green+Blue) = 198+111+195=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C66FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FC3 is #39903C. Grayscale: #929292. Windows color (decimal): -3772477 or 12808134. OLE color: 12808134.

HSL color Cylindrical-coordinate representation of color #C66FC3: hue angle of 302.07º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66FC3 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 111 195 -
CMYK 0 0.44 0.02 0.22
HSL 302.07º 0.43% 0.61% -
HSV(B) 302.07º 0.44% 0.78% -
XYZ 38.82 27.31 54.86 -
YUV 146.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 198 111 195 0 0.44 0.02 0.22 302.07 0.43 0.61
Hex C6 6F C3 0 2C 2 16 12E 2B 3D
Octal 306 157 303 0 54 2 26 456 53 75
Binary 11000110 1101111 11000011 0 101100 10 10110 100101110 101011 111101

Color Harmonies of #C66FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66FC3

Black with #C66FC3

Text Example


Text Example

White with #C66FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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