Html Css Color HEX #CE7DC1 Orchid

📋 copy color: '#CE7DC1'

red 206 ◦ green 125 ◦ blue 193

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

Shades of Orchid #CE7DC1

Tints of Orchid #CE7DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.83%

R = 39.31%
G = 23.85%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE7DC1 (or 0xCE7DC1) is known color: Orchid. HEX triplet: CE, 7D and C1. RGB value is (206,125,193). Sum of RGB (Red+Green+Blue) = 206+125+193=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DC1 is #31823E. Grayscale: #9C9C9C. Windows color (decimal): -3244607 or 12680654. OLE color: 12680654.

HSL color Cylindrical-coordinate representation of color #CE7DC1: hue angle of 309.63º 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 #CE7DC1 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 125 193 -
CMYK 0 0.39 0.06 0.19
HSL 309.63º 0.45% 0.65% -
HSV(B) 309.63º 0.39% 0.81% -
XYZ 42.41 31.64 54.32 -
YUV 156.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 206 125 193 0 0.39 0.06 0.19 309.63 0.45 0.65
Hex CE 7D C1 0 27 6 13 136 2D 41
Octal 316 175 301 0 47 6 23 466 55 101
Binary 11001110 1111101 11000001 0 100111 110 10011 100110110 101101 1000001

Color Harmonies of #CE7DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7DC1

Black with #CE7DC1

Text Example


Text Example

White with #CE7DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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