Html Css Color HEX #CE7EE0 Orchid

📋 copy color: '#CE7EE0'

red 206 ◦ green 126 ◦ blue 224

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

Shades of Orchid #CE7EE0

Tints of Orchid #CE7EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.29%

R = 37.05%
G = 22.66%
B = 40.29%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE7EE0 (or 0xCE7EE0) is known color: Orchid. HEX triplet: CE, 7E and E0. RGB value is (206,126,224). Sum of RGB (Red+Green+Blue) = 206+126+224=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE7EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7EE0 is #31811F. Grayscale: #A0A0A0. Windows color (decimal): -3244320 or 14712526. OLE color: 14712526.

HSL color Cylindrical-coordinate representation of color #CE7EE0: hue angle of 288.98º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7EE0 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 126 224 -
CMYK 0.08 0.44 0 0.12
HSL 288.98º 0.61% 0.69% -
HSV(B) 288.98º 0.44% 0.88% -
XYZ 46.37 33.43 74.53 -
YUV 161.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 206 126 224 0.08 0.44 0 0.12 288.98 0.61 0.69
Hex CE 7E E0 8 2C 0 C 121 3D 45
Octal 316 176 340 10 54 0 14 441 75 105
Binary 11001110 1111110 11100000 1000 101100 0 1100 100100001 111101 1000101

Color Harmonies of #CE7EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7EE0

Black with #CE7EE0

Text Example


Text Example

White with #CE7EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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