Html Css Color HEX #CE63D5 Orchid

📋 copy color: '#CE63D5'

red 206 ◦ green 99 ◦ blue 213

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

Shades of Orchid #CE63D5

Tints of Orchid #CE63D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.12%

R = 39.77%
G = 19.11%
B = 41.12%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE63D5 (or 0xCE63D5) is known color: Orchid. HEX triplet: CE, 63 and D5. RGB value is (206,99,213). Sum of RGB (Red+Green+Blue) = 206+99+213=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE63D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63D5 is #319C2A. Grayscale: #8F8F8F. Windows color (decimal): -3251243 or 13984718. OLE color: 13984718.

HSL color Cylindrical-coordinate representation of color #CE63D5: hue angle of 296.32º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE63D5 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 99 213 -
CMYK 0.03 0.54 0 0.16
HSL 296.32º 0.58% 0.61% -
HSV(B) 296.32º 0.54% 0.84% -
XYZ 41.93 26.85 65.92 -
YUV 143.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 206 99 213 0.03 0.54 0 0.16 296.32 0.58 0.61
Hex CE 63 D5 3 36 0 10 128 3A 3D
Octal 316 143 325 3 66 0 20 450 72 75
Binary 11001110 1100011 11010101 11 110110 0 10000 100101000 111010 111101

Color Harmonies of #CE63D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE63D5

Black with #CE63D5

Text Example


Text Example

White with #CE63D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE63D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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