Html Css Color HEX #CE71DE Orchid

📋 copy color: '#CE71DE'

red 206 ◦ green 113 ◦ blue 222

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

Shades of Orchid #CE71DE

Tints of Orchid #CE71DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.04%

R = 38.08%
G = 20.89%
B = 41.04%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE71DE (or 0xCE71DE) is known color: Orchid. HEX triplet: CE, 71 and DE. RGB value is (206,113,222). Sum of RGB (Red+Green+Blue) = 206+113+222=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE71DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71DE is #318E21. Grayscale: #989898. Windows color (decimal): -3247650 or 14578126. OLE color: 14578126.

HSL color Cylindrical-coordinate representation of color #CE71DE: hue angle of 291.19º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE71DE is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 113 222 -
CMYK 0.07 0.49 0 0.13
HSL 291.19º 0.62% 0.66% -
HSV(B) 291.19º 0.49% 0.87% -
XYZ 44.54 30.21 72.59 -
YUV 153.23 166.81 165.64 -
System Red Green Blue C M Y K H S L
Decimal 206 113 222 0.07 0.49 0 0.13 291.19 0.62 0.66
Hex CE 71 DE 7 31 0 D 123 3E 42
Octal 316 161 336 7 61 0 15 443 76 102
Binary 11001110 1110001 11011110 111 110001 0 1101 100100011 111110 1000010

Color Harmonies of #CE71DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71DE

Black with #CE71DE

Text Example


Text Example

White with #CE71DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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