Html Css Color HEX #CF81DD Orchid

📋 copy color: '#CF81DD'

red 207 ◦ green 129 ◦ blue 221

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

Shades of Orchid #CF81DD

Tints of Orchid #CF81DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 37.16%
G = 23.16%
B = 39.68%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF81DD (or 0xCF81DD) is known color: Orchid. HEX triplet: CF, 81 and DD. RGB value is (207,129,221). Sum of RGB (Red+Green+Blue) = 207+129+221=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81DD is #307E22. Grayscale: #A2A2A2. Windows color (decimal): -3178019 or 14516687. OLE color: 14516687.

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

Color convert

RGB 207 129 221 -
CMYK 0.06 0.42 0 0.13
HSL 290.87º 0.58% 0.69% -
HSV(B) 290.87º 0.42% 0.87% -
XYZ 46.63 34.19 72.55 -
YUV 162.81 160.84 159.52 -
System Red Green Blue C M Y K H S L
Decimal 207 129 221 0.06 0.42 0 0.13 290.87 0.58 0.69
Hex CF 81 DD 6 2A 0 D 123 3A 45
Octal 317 201 335 6 52 0 15 443 72 105
Binary 11001111 10000001 11011101 110 101010 0 1101 100100011 111010 1000101

Color Harmonies of #CF81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF81DD

Black with #CF81DD

Text Example


Text Example

White with #CF81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF81DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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