Html Css Color HEX #CE63D4 Orchid

📋 copy color: '#CE63D4'

red 206 ◦ green 99 ◦ blue 212

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

Shades of Orchid #CE63D4

Tints of Orchid #CE63D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.01%

R = 39.85%
G = 19.15%
B = 41.01%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CE63D4 (or 0xCE63D4) is known color: Orchid. HEX triplet: CE, 63 and D4. RGB value is (206,99,212). Sum of RGB (Red+Green+Blue) = 206+99+212=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE63D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63D4 is #319C2B. Grayscale: #8F8F8F. Windows color (decimal): -3251244 or 13919182. OLE color: 13919182.

HSL color Cylindrical-coordinate representation of color #CE63D4: hue angle of 296.81º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE63D4 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 99 212 -
CMYK 0.03 0.53 0 0.17
HSL 296.81º 0.57% 0.61% -
HSV(B) 296.81º 0.53% 0.83% -
XYZ 41.8 26.8 65.26 -
YUV 143.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 206 99 212 0.03 0.53 0 0.17 296.81 0.57 0.61
Hex CE 63 D4 3 35 0 11 129 39 3D
Octal 316 143 324 3 65 0 21 451 71 75
Binary 11001110 1100011 11010100 11 110101 0 10001 100101001 111001 111101

Color Harmonies of #CE63D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE63D4

Black with #CE63D4

Text Example


Text Example

White with #CE63D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE63D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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