Html Css Color HEX #CE84C0 Orchid

📋 copy color: '#CE84C0'

red 206 ◦ green 132 ◦ blue 192

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

Shades of Orchid #CE84C0

Tints of Orchid #CE84C0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.91%

 BLUE value IS 192 (75.39% from 255) = 36.23%

R = 38.87%
G = 24.91%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE84C0 (or 0xCE84C0) is known color: Orchid. HEX triplet: CE, 84 and C0. RGB value is (206,132,192). Sum of RGB (Red+Green+Blue) = 206+132+192=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84C0 is #317B3F. Grayscale: #A0A0A0. Windows color (decimal): -3242816 or 12616910. OLE color: 12616910.

HSL color Cylindrical-coordinate representation of color #CE84C0: hue angle of 311.35º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE84C0 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 132 192 -
CMYK 0 0.36 0.07 0.19
HSL 311.35º 0.43% 0.66% -
HSV(B) 311.35º 0.36% 0.81% -
XYZ 43.22 33.43 54.04 -
YUV 160.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 206 132 192 0 0.36 0.07 0.19 311.35 0.43 0.66
Hex CE 84 C0 0 24 7 13 137 2B 42
Octal 316 204 300 0 44 7 23 467 53 102
Binary 11001110 10000100 11000000 0 100100 111 10011 100110111 101011 1000010

Color Harmonies of #CE84C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE84C0

Black with #CE84C0

Text Example


Text Example

White with #CE84C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE84C0; }

 p { color: rgb(206,132,192); }

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

background-color css

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

 a { background-color: rgb(206,132,192); }

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

border-color css

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

 span { border-color: rgb(206,132,192); }

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