Html Css Color HEX #CE82DD Orchid

📋 copy color: '#CE82DD'

red 206 ◦ green 130 ◦ blue 221

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

Shades of Orchid #CE82DD

Tints of Orchid #CE82DD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.34%

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 36.98%
G = 23.34%
B = 39.68%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE82DD (or 0xCE82DD) is known color: Orchid. HEX triplet: CE, 82 and DD. RGB value is (206,130,221). Sum of RGB (Red+Green+Blue) = 206+130+221=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE82DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82DD is #317D22. Grayscale: #A2A2A2. Windows color (decimal): -3243299 or 14516942. OLE color: 14516942.

HSL color Cylindrical-coordinate representation of color #CE82DD: hue angle of 290.11º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE82DD is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 130 221 -
CMYK 0.07 0.41 0 0.13
HSL 290.11º 0.57% 0.69% -
HSV(B) 290.11º 0.41% 0.87% -
XYZ 46.49 34.31 72.58 -
YUV 163.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 206 130 221 0.07 0.41 0 0.13 290.11 0.57 0.69
Hex CE 82 DD 7 29 0 D 122 39 45
Octal 316 202 335 7 51 0 15 442 71 105
Binary 11001110 10000010 11011101 111 101001 0 1101 100100010 111001 1000101

Color Harmonies of #CE82DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE82DD

Black with #CE82DD

Text Example


Text Example

White with #CE82DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE82DD; }

 p { color: rgb(206,130,221); }

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

background-color css

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

 a { background-color: rgb(206,130,221); }

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

border-color css

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

 span { border-color: rgb(206,130,221); }

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