Html Css Color HEX #CE84CA Orchid

📋 copy color: '#CE84CA'

red 206 ◦ green 132 ◦ blue 202

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

Shades of Orchid #CE84CA

Tints of Orchid #CE84CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.41%

R = 38.15%
G = 24.44%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE84CA (or 0xCE84CA) is known color: Orchid. HEX triplet: CE, 84 and CA. RGB value is (206,132,202). Sum of RGB (Red+Green+Blue) = 206+132+202=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84CA is #317B35. Grayscale: #A1A1A1. Windows color (decimal): -3242806 or 13272270. OLE color: 13272270.

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

Color convert

RGB 206 132 202 -
CMYK 0 0.36 0.02 0.19
HSL 303.24º 0.43% 0.66% -
HSV(B) 303.24º 0.36% 0.81% -
XYZ 44.37 33.89 60.08 -
YUV 162.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 206 132 202 0 0.36 0.02 0.19 303.24 0.43 0.66
Hex CE 84 CA 0 24 2 13 12F 2B 42
Octal 316 204 312 0 44 2 23 457 53 102
Binary 11001110 10000100 11001010 0 100100 10 10011 100101111 101011 1000010

Color Harmonies of #CE84CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE84CA

Black with #CE84CA

Text Example


Text Example

White with #CE84CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE84CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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