Html Css Color HEX #CF80DD Orchid

📋 copy color: '#CF80DD'

red 207 ◦ green 128 ◦ blue 221

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

Shades of Orchid #CF80DD

Tints of Orchid #CF80DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 37.23%
G = 23.02%
B = 39.75%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF80DD (or 0xCF80DD) is known color: Orchid. HEX triplet: CF, 80 and DD. RGB value is (207,128,221). Sum of RGB (Red+Green+Blue) = 207+128+221=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80DD is #307F22. Grayscale: #A1A1A1. Windows color (decimal): -3178275 or 14516431. OLE color: 14516431.

HSL color Cylindrical-coordinate representation of color #CF80DD: hue angle of 290.97º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF80DD is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 128 221 -
CMYK 0.06 0.42 0 0.13
HSL 290.97º 0.58% 0.68% -
HSV(B) 290.97º 0.42% 0.87% -
XYZ 46.5 33.92 72.5 -
YUV 162.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 207 128 221 0.06 0.42 0 0.13 290.97 0.58 0.68
Hex CF 80 DD 6 2A 0 D 123 3A 44
Octal 317 200 335 6 52 0 15 443 72 104
Binary 11001111 10000000 11011101 110 101010 0 1101 100100011 111010 1000100

Color Harmonies of #CF80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF80DD

Black with #CF80DD

Text Example


Text Example

White with #CF80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF80DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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