Html Css Color HEX #CE7CC9 Orchid

📋 copy color: '#CE7CC9'

red 206 ◦ green 124 ◦ blue 201

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

Shades of Orchid #CE7CC9

Tints of Orchid #CE7CC9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.35%

 BLUE value IS 201 (78.91% from 255) = 37.85%

R = 38.79%
G = 23.35%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE7CC9 (or 0xCE7CC9) is known color: Orchid. HEX triplet: CE, 7C and C9. RGB value is (206,124,201). Sum of RGB (Red+Green+Blue) = 206+124+201=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CC9 is #318336. Grayscale: #9D9D9D. Windows color (decimal): -3244855 or 13204686. OLE color: 13204686.

HSL color Cylindrical-coordinate representation of color #CE7CC9: hue angle of 303.66º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7CC9 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 124 201 -
CMYK 0 0.40 0.02 0.19
HSL 303.66º 0.46% 0.65% -
HSV(B) 303.66º 0.4% 0.81% -
XYZ 43.2 31.75 59.11 -
YUV 157.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 206 124 201 0 0.40 0.02 0.19 303.66 0.46 0.65
Hex CE 7C C9 0 28 2 13 130 2E 41
Octal 316 174 311 0 50 2 23 460 56 101
Binary 11001110 1111100 11001001 0 101000 10 10011 100110000 101110 1000001

Color Harmonies of #CE7CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7CC9

Black with #CE7CC9

Text Example


Text Example

White with #CE7CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7CC9; }

 p { color: rgb(206,124,201); }

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

background-color css

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

 a { background-color: rgb(206,124,201); }

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

border-color css

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

 span { border-color: rgb(206,124,201); }

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