Html Css Color HEX #CE83CA Orchid

📋 copy color: '#CE83CA'

red 206 ◦ green 131 ◦ blue 202

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

Shades of Orchid #CE83CA

Tints of Orchid #CE83CA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.3%

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

R = 38.22%
G = 24.3%
B = 37.48%

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

#CE83CA (or 0xCE83CA) is known color: Orchid. HEX triplet: CE, 83 and CA. RGB value is (206,131,202). Sum of RGB (Red+Green+Blue) = 206+131+202=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83CA is #317C35. Grayscale: #A1A1A1. Windows color (decimal): -3243062 or 13272014. OLE color: 13272014.

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

Color convert

RGB 206 131 202 -
CMYK 0 0.36 0.02 0.19
HSL 303.2º 0.43% 0.66% -
HSV(B) 303.2º 0.36% 0.81% -
XYZ 44.23 33.62 60.03 -
YUV 161.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 206 131 202 0 0.36 0.02 0.19 303.2 0.43 0.66
Hex CE 83 CA 0 24 2 13 12F 2B 42
Octal 316 203 312 0 44 2 23 457 53 102
Binary 11001110 10000011 11001010 0 100100 10 10011 100101111 101011 1000010

Color Harmonies of #CE83CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE83CA

Black with #CE83CA

Text Example


Text Example

White with #CE83CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE83CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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