Html Css Color HEX #CF80E1 Orchid

📋 copy color: '#CF80E1'

red 207 ◦ green 128 ◦ blue 225

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

Shades of Orchid #CF80E1

Tints of Orchid #CF80E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.18%

R = 36.96%
G = 22.86%
B = 40.18%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF80E1 (or 0xCF80E1) is known color: Orchid. HEX triplet: CF, 80 and E1. RGB value is (207,128,225). Sum of RGB (Red+Green+Blue) = 207+128+225=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF80E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80E1 is #307F1E. Grayscale: #A2A2A2. Windows color (decimal): -3178271 or 14778575. OLE color: 14778575.

HSL color Cylindrical-coordinate representation of color #CF80E1: hue angle of 288.87º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF80E1 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 128 225 -
CMYK 0.08 0.43 0 0.12
HSL 288.87º 0.62% 0.69% -
HSV(B) 288.87º 0.43% 0.88% -
XYZ 47.04 34.14 75.34 -
YUV 162.68 163.17 159.61 -
System Red Green Blue C M Y K H S L
Decimal 207 128 225 0.08 0.43 0 0.12 288.87 0.62 0.69
Hex CF 80 E1 8 2B 0 C 121 3E 45
Octal 317 200 341 10 53 0 14 441 76 105
Binary 11001111 10000000 11100001 1000 101011 0 1100 100100001 111110 1000101

Color Harmonies of #CF80E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF80E1

Black with #CF80E1

Text Example


Text Example

White with #CF80E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF80E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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