Html Css Color HEX #CF80D9 Orchid

📋 copy color: '#CF80D9'

red 207 ◦ green 128 ◦ blue 217

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

Shades of Orchid #CF80D9

Tints of Orchid #CF80D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.31%

R = 37.5%
G = 23.19%
B = 39.31%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF80D9 (or 0xCF80D9) is known color: Orchid. HEX triplet: CF, 80 and D9. RGB value is (207,128,217). Sum of RGB (Red+Green+Blue) = 207+128+217=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF80D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80D9 is #307F26. Grayscale: #A1A1A1. Windows color (decimal): -3178279 or 14254287. OLE color: 14254287.

HSL color Cylindrical-coordinate representation of color #CF80D9: hue angle of 293.26º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF80D9 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 128 217 -
CMYK 0.05 0.41 0 0.15
HSL 293.26º 0.54% 0.68% -
HSV(B) 293.26º 0.41% 0.85% -
XYZ 45.98 33.71 69.73 -
YUV 161.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 207 128 217 0.05 0.41 0 0.15 293.26 0.54 0.68
Hex CF 80 D9 5 29 0 F 125 36 44
Octal 317 200 331 5 51 0 17 445 66 104
Binary 11001111 10000000 11011001 101 101001 0 1111 100100101 110110 1000100

Color Harmonies of #CF80D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF80D9

Black with #CF80D9

Text Example


Text Example

White with #CF80D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF80D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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