Html Css Color HEX #CE7DE2 Orchid

📋 copy color: '#CE7DE2'

red 206 ◦ green 125 ◦ blue 226

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

Shades of Orchid #CE7DE2

Tints of Orchid #CE7DE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.57%

R = 36.98%
G = 22.44%
B = 40.57%

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

#CE7DE2 (or 0xCE7DE2) is known color: Orchid. HEX triplet: CE, 7D and E2. RGB value is (206,125,226). Sum of RGB (Red+Green+Blue) = 206+125+226=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 226 (88.67% from 255 or 40.57% from 557); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE7DE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DE2 is #31821D. Grayscale: #A0A0A0. Windows color (decimal): -3244574 or 14843342. OLE color: 14843342.

HSL color Cylindrical-coordinate representation of color #CE7DE2: hue angle of 288.12º degrees, saturation: 0.64, 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 #CE7DE2 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 125 226 -
CMYK 0.09 0.45 0 0.11
HSL 288.12º 0.64% 0.69% -
HSV(B) 288.12º 0.45% 0.89% -
XYZ 46.51 33.28 75.92 -
YUV 160.73 164.84 160.29 -
System Red Green Blue C M Y K H S L
Decimal 206 125 226 0.09 0.45 0 0.11 288.12 0.64 0.69
Hex CE 7D E2 9 2D 0 B 120 40 45
Octal 316 175 342 11 55 0 13 440 100 105
Binary 11001110 1111101 11100010 1001 101101 0 1011 100100000 1000000 1000101

Color Harmonies of #CE7DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7DE2

Black with #CE7DE2

Text Example


Text Example

White with #CE7DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7DE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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