Html Css Color HEX #CE7DC3 Orchid

📋 copy color: '#CE7DC3'

red 206 ◦ green 125 ◦ blue 195

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

Shades of Orchid #CE7DC3

Tints of Orchid #CE7DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.07%

R = 39.16%
G = 23.76%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE7DC3 (or 0xCE7DC3) is known color: Orchid. HEX triplet: CE, 7D and C3. RGB value is (206,125,195). Sum of RGB (Red+Green+Blue) = 206+125+195=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DC3 is #31823C. Grayscale: #9D9D9D. Windows color (decimal): -3244605 or 12811726. OLE color: 12811726.

HSL color Cylindrical-coordinate representation of color #CE7DC3: hue angle of 308.15º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7DC3 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 125 195 -
CMYK 0 0.39 0.05 0.19
HSL 308.15º 0.45% 0.65% -
HSV(B) 308.15º 0.39% 0.81% -
XYZ 42.64 31.73 55.51 -
YUV 157.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 206 125 195 0 0.39 0.05 0.19 308.15 0.45 0.65
Hex CE 7D C3 0 27 5 13 134 2D 41
Octal 316 175 303 0 47 5 23 464 55 101
Binary 11001110 1111101 11000011 0 100111 101 10011 100110100 101101 1000001

Color Harmonies of #CE7DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7DC3

Black with #CE7DC3

Text Example


Text Example

White with #CE7DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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