Html Css Color HEX #CE7DE0 Orchid

📋 copy color: '#CE7DE0'

red 206 ◦ green 125 ◦ blue 224

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

Shades of Orchid #CE7DE0

Tints of Orchid #CE7DE0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.52%

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

R = 37.12%
G = 22.52%
B = 40.36%

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

#CE7DE0 (or 0xCE7DE0) is known color: Orchid. HEX triplet: CE, 7D and E0. RGB value is (206,125,224). Sum of RGB (Red+Green+Blue) = 206+125+224=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE7DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DE0 is #31821F. Grayscale: #A0A0A0. Windows color (decimal): -3244576 or 14712270. OLE color: 14712270.

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

Color convert

RGB 206 125 224 -
CMYK 0.08 0.44 0 0.12
HSL 289.09º 0.61% 0.68% -
HSV(B) 289.09º 0.44% 0.88% -
XYZ 46.24 33.17 74.49 -
YUV 160.51 163.84 160.45 -
System Red Green Blue C M Y K H S L
Decimal 206 125 224 0.08 0.44 0 0.12 289.09 0.61 0.68
Hex CE 7D E0 8 2C 0 C 121 3D 44
Octal 316 175 340 10 54 0 14 441 75 104
Binary 11001110 1111101 11100000 1000 101100 0 1100 100100001 111101 1000100

Color Harmonies of #CE7DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7DE0

Black with #CE7DE0

Text Example


Text Example

White with #CE7DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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