Html Css Color HEX #CF76CE Orchid

📋 copy color: '#CF76CE'

red 207 ◦ green 118 ◦ blue 206

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

Shades of Orchid #CF76CE

Tints of Orchid #CF76CE

RGB

 RED value IS 207 (81.25% from 255) = 38.98%

 GREEN value IS 118 (46.48% from 255) = 22.22%

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 38.98%
G = 22.22%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF76CE (or 0xCF76CE) is known color: Orchid. HEX triplet: CF, 76 and CE. RGB value is (207,118,206). Sum of RGB (Red+Green+Blue) = 207+118+206=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76CE is #308931. Grayscale: #9A9A9A. Windows color (decimal): -3180850 or 13530831. OLE color: 13530831.

HSL color Cylindrical-coordinate representation of color #CF76CE: hue angle of 300.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF76CE is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 118 206 -
CMYK 0 0.43 0.00 0.19
HSL 300.67º 0.48% 0.64% -
HSV(B) 300.67º 0.43% 0.81% -
XYZ 43.35 30.68 62.03 -
YUV 154.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 207 118 206 0 0.43 0.00 0.19 300.67 0.48 0.64
Hex CF 76 CE 0 2B 0 13 12D 30 40
Octal 317 166 316 0 53 0 23 455 60 100
Binary 11001111 1110110 11001110 0 101011 0 10011 100101101 110000 1000000

Color Harmonies of #CF76CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF76CE

Black with #CF76CE

Text Example


Text Example

White with #CF76CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF76CE; }

 p { color: rgb(207,118,206); }

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

background-color css

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

 a { background-color: rgb(207,118,206); }

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

border-color css

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

 span { border-color: rgb(207,118,206); }

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