Html Css Color HEX #CE63D0 Orchid

📋 copy color: '#CE63D0'

red 206 ◦ green 99 ◦ blue 208

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

Shades of Orchid #CE63D0

Tints of Orchid #CE63D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.55%

R = 40.16%
G = 19.3%
B = 40.55%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE63D0 (or 0xCE63D0) is known color: Orchid. HEX triplet: CE, 63 and D0. RGB value is (206,99,208). Sum of RGB (Red+Green+Blue) = 206+99+208=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE63D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63D0 is #319C2F. Grayscale: #8F8F8F. Windows color (decimal): -3251248 or 13657038. OLE color: 13657038.

HSL color Cylindrical-coordinate representation of color #CE63D0: hue angle of 298.9º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE63D0 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 99 208 -
CMYK 0.01 0.52 0 0.18
HSL 298.9º 0.54% 0.6% -
HSV(B) 298.9º 0.52% 0.82% -
XYZ 41.3 26.6 62.63 -
YUV 143.42 164.45 172.64 -
System Red Green Blue C M Y K H S L
Decimal 206 99 208 0.01 0.52 0 0.18 298.9 0.54 0.6
Hex CE 63 D0 1 34 0 12 12B 36 3C
Octal 316 143 320 1 64 0 22 453 66 74
Binary 11001110 1100011 11010000 1 110100 0 10010 100101011 110110 111100

Color Harmonies of #CE63D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE63D0

Black with #CE63D0

Text Example


Text Example

White with #CE63D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE63D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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