Html Css Color HEX #CE7ED3 Orchid

📋 copy color: '#CE7ED3'

red 206 ◦ green 126 ◦ blue 211

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

Shades of Orchid #CE7ED3

Tints of Orchid #CE7ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.86%

R = 37.94%
G = 23.2%
B = 38.86%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CE7ED3 (or 0xCE7ED3) is known color: Orchid. HEX triplet: CE, 7E and D3. RGB value is (206,126,211). Sum of RGB (Red+Green+Blue) = 206+126+211=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE7ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ED3 is #31812C. Grayscale: #9F9F9F. Windows color (decimal): -3244333 or 13860558. OLE color: 13860558.

HSL color Cylindrical-coordinate representation of color #CE7ED3: hue angle of 296.47º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7ED3 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 126 211 -
CMYK 0.02 0.40 0 0.17
HSL 296.47º 0.49% 0.66% -
HSV(B) 296.47º 0.4% 0.83% -
XYZ 44.67 32.75 65.59 -
YUV 159.61 157 161.09 -
System Red Green Blue C M Y K H S L
Decimal 206 126 211 0.02 0.40 0 0.17 296.47 0.49 0.66
Hex CE 7E D3 2 28 0 11 128 31 42
Octal 316 176 323 2 50 0 21 450 61 102
Binary 11001110 1111110 11010011 10 101000 0 10001 100101000 110001 1000010

Color Harmonies of #CE7ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7ED3

Black with #CE7ED3

Text Example


Text Example

White with #CE7ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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