Html Css Color HEX #CE71D9 Orchid

📋 copy color: '#CE71D9'

red 206 ◦ green 113 ◦ blue 217

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

Shades of Orchid #CE71D9

Tints of Orchid #CE71D9

RGB

 RED value IS 206 (80.86% from 255) = 38.43%

 GREEN value IS 113 (44.53% from 255) = 21.08%

 BLUE value IS 217 (85.16% from 255) = 40.49%

R = 38.43%
G = 21.08%
B = 40.49%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE71D9 (or 0xCE71D9) is known color: Orchid. HEX triplet: CE, 71 and D9. RGB value is (206,113,217). Sum of RGB (Red+Green+Blue) = 206+113+217=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE71D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71D9 is #318E26. Grayscale: #989898. Windows color (decimal): -3247655 or 14250446. OLE color: 14250446.

HSL color Cylindrical-coordinate representation of color #CE71D9: hue angle of 293.65º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE71D9 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 113 217 -
CMYK 0.05 0.48 0 0.15
HSL 293.65º 0.58% 0.65% -
HSV(B) 293.65º 0.48% 0.85% -
XYZ 43.88 29.94 69.11 -
YUV 152.66 164.31 166.04 -
System Red Green Blue C M Y K H S L
Decimal 206 113 217 0.05 0.48 0 0.15 293.65 0.58 0.65
Hex CE 71 D9 5 30 0 F 126 3A 41
Octal 316 161 331 5 60 0 17 446 72 101
Binary 11001110 1110001 11011001 101 110000 0 1111 100100110 111010 1000001

Color Harmonies of #CE71D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71D9

Black with #CE71D9

Text Example


Text Example

White with #CE71D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71D9; }

 p { color: rgb(206,113,217); }

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

background-color css

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

 a { background-color: rgb(206,113,217); }

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

border-color css

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

 span { border-color: rgb(206,113,217); }

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