Html Css Color HEX #CF81E1 Orchid

📋 copy color: '#CF81E1'

red 207 ◦ green 129 ◦ blue 225

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

Shades of Orchid #CF81E1

Tints of Orchid #CF81E1

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.99%

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

R = 36.9%
G = 22.99%
B = 40.11%

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

#CF81E1 (or 0xCF81E1) is known color: Orchid. HEX triplet: CF, 81 and E1. RGB value is (207,129,225). Sum of RGB (Red+Green+Blue) = 207+129+225=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF81E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81E1 is #307E1E. Grayscale: #A2A2A2. Windows color (decimal): -3178015 or 14778831. OLE color: 14778831.

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

Color convert

RGB 207 129 225 -
CMYK 0.08 0.43 0 0.12
HSL 288.75º 0.62% 0.69% -
HSV(B) 288.75º 0.43% 0.88% -
XYZ 47.17 34.4 75.39 -
YUV 163.27 162.84 159.19 -
System Red Green Blue C M Y K H S L
Decimal 207 129 225 0.08 0.43 0 0.12 288.75 0.62 0.69
Hex CF 81 E1 8 2B 0 C 121 3E 45
Octal 317 201 341 10 53 0 14 441 76 105
Binary 11001111 10000001 11100001 1000 101011 0 1100 100100001 111110 1000101

Color Harmonies of #CF81E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF81E1

Black with #CF81E1

Text Example


Text Example

White with #CF81E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF81E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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