Html Css Color HEX #CF81E5 Orchid

📋 copy color: '#CF81E5'

red 207 ◦ green 129 ◦ blue 229

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

Shades of Orchid #CF81E5

Tints of Orchid #CF81E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.53%

R = 36.64%
G = 22.83%
B = 40.53%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CF81E5 (or 0xCF81E5) is known color: Orchid. HEX triplet: CF, 81 and E5. RGB value is (207,129,229). Sum of RGB (Red+Green+Blue) = 207+129+229=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF81E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81E5 is #307E1A. Grayscale: #A3A3A3. Windows color (decimal): -3178011 or 15040975. OLE color: 15040975.

HSL color Cylindrical-coordinate representation of color #CF81E5: hue angle of 286.8º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF81E5 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 129 229 -
CMYK 0.10 0.44 0 0.10
HSL 286.8º 0.66% 0.7% -
HSV(B) 286.8º 0.44% 0.9% -
XYZ 47.73 34.62 78.3 -
YUV 163.72 164.84 158.87 -
System Red Green Blue C M Y K H S L
Decimal 207 129 229 0.10 0.44 0 0.10 286.8 0.66 0.7
Hex CF 81 E5 A 2C 0 A 11F 42 46
Octal 317 201 345 12 54 0 12 437 102 106
Binary 11001111 10000001 11100101 1010 101100 0 1010 100011111 1000010 1000110

Color Harmonies of #CF81E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF81E5

Black with #CF81E5

Text Example


Text Example

White with #CF81E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF81E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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