Html Css Color HEX #CE63D9 Orchid

📋 copy color: '#CE63D9'

red 206 ◦ green 99 ◦ blue 217

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

Shades of Orchid #CE63D9

Tints of Orchid #CE63D9

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.97%

 BLUE value IS 217 (85.16% from 255) = 41.57%

R = 39.46%
G = 18.97%
B = 41.57%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE63D9 (or 0xCE63D9) is known color: Orchid. HEX triplet: CE, 63 and D9. RGB value is (206,99,217). Sum of RGB (Red+Green+Blue) = 206+99+217=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 99 (39.06% from 255 or 18.97% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE63D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63D9 is #319C26. Grayscale: #909090. Windows color (decimal): -3251239 or 14246862. OLE color: 14246862.

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

Color convert

RGB 206 99 217 -
CMYK 0.05 0.54 0 0.15
HSL 294.41º 0.61% 0.62% -
HSV(B) 294.41º 0.54% 0.85% -
XYZ 42.44 27.06 68.63 -
YUV 144.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 206 99 217 0.05 0.54 0 0.15 294.41 0.61 0.62
Hex CE 63 D9 5 36 0 F 126 3D 3E
Octal 316 143 331 5 66 0 17 446 75 76
Binary 11001110 1100011 11011001 101 110110 0 1111 100100110 111101 111110

Color Harmonies of #CE63D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE63D9

Black with #CE63D9

Text Example


Text Example

White with #CE63D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE63D9; }

 p { color: rgb(206,99,217); }

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

background-color css

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

 a { background-color: rgb(206,99,217); }

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

border-color css

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

 span { border-color: rgb(206,99,217); }

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