Html Css Color HEX #CE7AE0 Orchid

📋 copy color: '#CE7AE0'

red 206 ◦ green 122 ◦ blue 224

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

Shades of Orchid #CE7AE0

Tints of Orchid #CE7AE0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.1%

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

R = 37.32%
G = 22.1%
B = 40.58%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE7AE0 (or 0xCE7AE0) is known color: Orchid. HEX triplet: CE, 7A and E0. RGB value is (206,122,224). Sum of RGB (Red+Green+Blue) = 206+122+224=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE7AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7AE0 is #31851F. Grayscale: #9E9E9E. Windows color (decimal): -3245344 or 14711502. OLE color: 14711502.

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

Color convert

RGB 206 122 224 -
CMYK 0.08 0.46 0 0.12
HSL 289.41º 0.62% 0.68% -
HSV(B) 289.41º 0.46% 0.88% -
XYZ 45.87 32.42 74.36 -
YUV 158.74 164.83 161.71 -
System Red Green Blue C M Y K H S L
Decimal 206 122 224 0.08 0.46 0 0.12 289.41 0.62 0.68
Hex CE 7A E0 8 2E 0 C 121 3E 44
Octal 316 172 340 10 56 0 14 441 76 104
Binary 11001110 1111010 11100000 1000 101110 0 1100 100100001 111110 1000100

Color Harmonies of #CE7AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7AE0

Black with #CE7AE0

Text Example


Text Example

White with #CE7AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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