Html Css Color HEX #CF80CF Orchid

📋 copy color: '#CF80CF'

red 207 ◦ green 128 ◦ blue 207

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

Shades of Orchid #CF80CF

Tints of Orchid #CF80CF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.62%

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

R = 38.19%
G = 23.62%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF80CF (or 0xCF80CF) is known color: Orchid. HEX triplet: CF, 80 and CF. RGB value is (207,128,207). Sum of RGB (Red+Green+Blue) = 207+128+207=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF80CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80CF is #307F30. Grayscale: #A0A0A0. Windows color (decimal): -3178289 or 13598927. OLE color: 13598927.

HSL color Cylindrical-coordinate representation of color #CF80CF: hue angle of 300º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF80CF is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 128 207 -
CMYK 0 0.38 0 0.19
HSL 300º 0.45% 0.66% -
HSV(B) 300º 0.38% 0.81% -
XYZ 44.71 33.21 63.08 -
YUV 160.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 207 128 207 0 0.38 0 0.19 300 0.45 0.66
Hex CF 80 CF 0 26 0 13 12C 2D 42
Octal 317 200 317 0 46 0 23 454 55 102
Binary 11001111 10000000 11001111 0 100110 0 10011 100101100 101101 1000010

Color Harmonies of #CF80CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF80CF

Black with #CF80CF

Text Example


Text Example

White with #CF80CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF80CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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