Html Css Color HEX #CF80E0 Orchid

📋 copy color: '#CF80E0'

red 207 ◦ green 128 ◦ blue 224

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

Shades of Orchid #CF80E0

Tints of Orchid #CF80E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.07%

R = 37.03%
G = 22.9%
B = 40.07%

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

#CF80E0 (or 0xCF80E0) is known color: Orchid. HEX triplet: CF, 80 and E0. RGB value is (207,128,224). Sum of RGB (Red+Green+Blue) = 207+128+224=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF80E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80E0 is #307F1F. Grayscale: #A2A2A2. Windows color (decimal): -3178272 or 14713039. OLE color: 14713039.

HSL color Cylindrical-coordinate representation of color #CF80E0: hue angle of 289.38º degrees, saturation: 0.61, 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 #CF80E0 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 128 224 -
CMYK 0.08 0.43 0 0.12
HSL 289.38º 0.61% 0.69% -
HSV(B) 289.38º 0.43% 0.88% -
XYZ 46.91 34.09 74.63 -
YUV 162.57 162.67 159.69 -
System Red Green Blue C M Y K H S L
Decimal 207 128 224 0.08 0.43 0 0.12 289.38 0.61 0.69
Hex CF 80 E0 8 2B 0 C 121 3D 45
Octal 317 200 340 10 53 0 14 441 75 105
Binary 11001111 10000000 11100000 1000 101011 0 1100 100100001 111101 1000101

Color Harmonies of #CF80E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF80E0

Black with #CF80E0

Text Example


Text Example

White with #CF80E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF80E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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