Html Css Color HEX #CF76CF Orchid

📋 copy color: '#CF76CF'

red 207 ◦ green 118 ◦ blue 207

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

Shades of Orchid #CF76CF

Tints of Orchid #CF76CF

RGB

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

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

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

R = 38.91%
G = 22.18%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF76CF (or 0xCF76CF) is known color: Orchid. HEX triplet: CF, 76 and CF. RGB value is (207,118,207). Sum of RGB (Red+Green+Blue) = 207+118+207=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF76CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76CF is #308930. Grayscale: #9A9A9A. Windows color (decimal): -3180849 or 13596367. OLE color: 13596367.

HSL color Cylindrical-coordinate representation of color #CF76CF: hue angle of 300º 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 #CF76CF is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 118 207 -
CMYK 0 0.43 0 0.19
HSL 300º 0.48% 0.64% -
HSV(B) 300º 0.43% 0.81% -
XYZ 43.47 30.73 62.67 -
YUV 154.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 207 118 207 0 0.43 0 0.19 300 0.48 0.64
Hex CF 76 CF 0 2B 0 13 12C 30 40
Octal 317 166 317 0 53 0 23 454 60 100
Binary 11001111 1110110 11001111 0 101011 0 10011 100101100 110000 1000000

Color Harmonies of #CF76CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF76CF

Black with #CF76CF

Text Example


Text Example

White with #CF76CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF76CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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