Html Css Color HEX #CE61DA Orchid

📋 copy color: '#CE61DA'

red 206 ◦ green 97 ◦ blue 218

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

Shades of Orchid #CE61DA

Tints of Orchid #CE61DA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.62%

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

R = 39.54%
G = 18.62%
B = 41.84%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE61DA (or 0xCE61DA) is known color: Orchid. HEX triplet: CE, 61 and DA. RGB value is (206,97,218). Sum of RGB (Red+Green+Blue) = 206+97+218=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE61DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61DA is #319E25. Grayscale: #8F8F8F. Windows color (decimal): -3251750 or 14311886. OLE color: 14311886.

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

Color convert

RGB 206 97 218 -
CMYK 0.06 0.56 0 0.15
HSL 294.05º 0.62% 0.62% -
HSV(B) 294.05º 0.56% 0.85% -
XYZ 42.38 26.73 69.26 -
YUV 143.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 206 97 218 0.06 0.56 0 0.15 294.05 0.62 0.62
Hex CE 61 DA 6 38 0 F 126 3E 3E
Octal 316 141 332 6 70 0 17 446 76 76
Binary 11001110 1100001 11011010 110 111000 0 1111 100100110 111110 111110

Color Harmonies of #CE61DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE61DA

Black with #CE61DA

Text Example


Text Example

White with #CE61DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE61DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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