Html Css Color HEX #CE7EE5 Orchid

📋 copy color: '#CE7EE5'

red 206 ◦ green 126 ◦ blue 229

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

Shades of Orchid #CE7EE5

Tints of Orchid #CE7EE5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.46%

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

R = 36.72%
G = 22.46%
B = 40.82%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE7EE5 (or 0xCE7EE5) is known color: Orchid. HEX triplet: CE, 7E and E5. RGB value is (206,126,229). Sum of RGB (Red+Green+Blue) = 206+126+229=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE7EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7EE5 is #31811A. Grayscale: #A1A1A1. Windows color (decimal): -3244315 or 15040206. OLE color: 15040206.

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

Color convert

RGB 206 126 229 -
CMYK 0.10 0.45 0 0.10
HSL 286.6º 0.66% 0.7% -
HSV(B) 286.6º 0.45% 0.9% -
XYZ 47.06 33.7 78.15 -
YUV 161.66 166 159.62 -
System Red Green Blue C M Y K H S L
Decimal 206 126 229 0.10 0.45 0 0.10 286.6 0.66 0.7
Hex CE 7E E5 A 2D 0 A 11F 42 46
Octal 316 176 345 12 55 0 12 437 102 106
Binary 11001110 1111110 11100101 1010 101101 0 1010 100011111 1000010 1000110

Color Harmonies of #CE7EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7EE5

Black with #CE7EE5

Text Example


Text Example

White with #CE7EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7EE5; }

 p { color: rgb(206,126,229); }

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

background-color css

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

 a { background-color: rgb(206,126,229); }

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

border-color css

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

 span { border-color: rgb(206,126,229); }

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