Html Css Color HEX #CE81E3 Orchid

📋 copy color: '#CE81E3'

red 206 ◦ green 129 ◦ blue 227

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

Shades of Orchid #CE81E3

Tints of Orchid #CE81E3

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.95%

 BLUE value IS 227 (89.06% from 255) = 40.39%

R = 36.65%
G = 22.95%
B = 40.39%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE81E3 (or 0xCE81E3) is known color: Orchid. HEX triplet: CE, 81 and E3. RGB value is (206,129,227). Sum of RGB (Red+Green+Blue) = 206+129+227=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 227 (89.06% from 255 or 40.39% from 562); Max value from RGB is 227 - color contains mainly: blue. Hex color #CE81E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81E3 is #317E1C. Grayscale: #A2A2A2. Windows color (decimal): -3243549 or 14909902. OLE color: 14909902.

HSL color Cylindrical-coordinate representation of color #CE81E3: hue angle of 287.14º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE81E3 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 129 227 -
CMYK 0.09 0.43 0 0.11
HSL 287.14º 0.64% 0.7% -
HSV(B) 287.14º 0.43% 0.89% -
XYZ 47.17 34.37 76.82 -
YUV 163.2 164.01 158.53 -
System Red Green Blue C M Y K H S L
Decimal 206 129 227 0.09 0.43 0 0.11 287.14 0.64 0.7
Hex CE 81 E3 9 2B 0 B 11F 40 46
Octal 316 201 343 11 53 0 13 437 100 106
Binary 11001110 10000001 11100011 1001 101011 0 1011 100011111 1000000 1000110

Color Harmonies of #CE81E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE81E3

Black with #CE81E3

Text Example


Text Example

White with #CE81E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE81E3; }

 p { color: rgb(206,129,227); }

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

background-color css

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

 a { background-color: rgb(206,129,227); }

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

border-color css

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

 span { border-color: rgb(206,129,227); }

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