Html Css Color HEX #CE80DA Orchid

📋 copy color: '#CE80DA'

red 206 ◦ green 128 ◦ blue 218

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

Shades of Orchid #CE80DA

Tints of Orchid #CE80DA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.19%

 BLUE value IS 218 (85.55% from 255) = 39.49%

R = 37.32%
G = 23.19%
B = 39.49%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE80DA (or 0xCE80DA) is known color: Orchid. HEX triplet: CE, 80 and DA. RGB value is (206,128,218). Sum of RGB (Red+Green+Blue) = 206+128+218=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE80DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80DA is #317F25. Grayscale: #A1A1A1. Windows color (decimal): -3243814 or 14319822. OLE color: 14319822.

HSL color Cylindrical-coordinate representation of color #CE80DA: hue angle of 292º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE80DA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 128 218 -
CMYK 0.06 0.41 0 0.15
HSL 292º 0.55% 0.68% -
HSV(B) 292º 0.41% 0.85% -
XYZ 45.83 33.62 70.4 -
YUV 161.58 159.84 159.68 -
System Red Green Blue C M Y K H S L
Decimal 206 128 218 0.06 0.41 0 0.15 292 0.55 0.68
Hex CE 80 DA 6 29 0 F 124 37 44
Octal 316 200 332 6 51 0 17 444 67 104
Binary 11001110 10000000 11011010 110 101001 0 1111 100100100 110111 1000100

Color Harmonies of #CE80DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE80DA

Black with #CE80DA

Text Example


Text Example

White with #CE80DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE80DA; }

 p { color: rgb(206,128,218); }

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

background-color css

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

 a { background-color: rgb(206,128,218); }

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

border-color css

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

 span { border-color: rgb(206,128,218); }

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