Html Css Color HEX #CF80DF Orchid

📋 copy color: '#CF80DF'

red 207 ◦ green 128 ◦ blue 223

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

Shades of Orchid #CF80DF

Tints of Orchid #CF80DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.96%

R = 37.1%
G = 22.94%
B = 39.96%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF80DF (or 0xCF80DF) is known color: Orchid. HEX triplet: CF, 80 and DF. RGB value is (207,128,223). Sum of RGB (Red+Green+Blue) = 207+128+223=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF80DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80DF is #307F20. Grayscale: #A2A2A2. Windows color (decimal): -3178273 or 14647503. OLE color: 14647503.

HSL color Cylindrical-coordinate representation of color #CF80DF: hue angle of 289.89º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF80DF is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 128 223 -
CMYK 0.07 0.43 0 0.13
HSL 289.89º 0.6% 0.69% -
HSV(B) 289.89º 0.43% 0.87% -
XYZ 46.77 34.03 73.92 -
YUV 162.45 162.17 159.78 -
System Red Green Blue C M Y K H S L
Decimal 207 128 223 0.07 0.43 0 0.13 289.89 0.6 0.69
Hex CF 80 DF 7 2B 0 D 122 3C 45
Octal 317 200 337 7 53 0 15 442 74 105
Binary 11001111 10000000 11011111 111 101011 0 1101 100100010 111100 1000101

Color Harmonies of #CF80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF80DF

Black with #CF80DF

Text Example


Text Example

White with #CF80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF80DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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