Html Css Color HEX #CE7DE3 Orchid

📋 copy color: '#CE7DE3'

red 206 ◦ green 125 ◦ blue 227

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

Shades of Orchid #CE7DE3

Tints of Orchid #CE7DE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.68%

R = 36.92%
G = 22.4%
B = 40.68%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE7DE3 (or 0xCE7DE3) is known color: Orchid. HEX triplet: CE, 7D and E3. RGB value is (206,125,227). Sum of RGB (Red+Green+Blue) = 206+125+227=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 227 (89.06% from 255 or 40.68% from 558); Max value from RGB is 227 - color contains mainly: blue. Hex color #CE7DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DE3 is #31821C. Grayscale: #A0A0A0. Windows color (decimal): -3244573 or 14908878. OLE color: 14908878.

HSL color Cylindrical-coordinate representation of color #CE7DE3: hue angle of 287.65º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE7DE3 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 125 227 -
CMYK 0.09 0.45 0 0.11
HSL 287.65º 0.65% 0.69% -
HSV(B) 287.65º 0.45% 0.89% -
XYZ 46.65 33.34 76.65 -
YUV 160.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 206 125 227 0.09 0.45 0 0.11 287.65 0.65 0.69
Hex CE 7D E3 9 2D 0 B 120 41 45
Octal 316 175 343 11 55 0 13 440 101 105
Binary 11001110 1111101 11100011 1001 101101 0 1011 100100000 1000001 1000101

Color Harmonies of #CE7DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7DE3

Black with #CE7DE3

Text Example


Text Example

White with #CE7DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7DE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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