Html Css Color HEX #CE62D5 Orchid

📋 copy color: '#CE62D5'

red 206 ◦ green 98 ◦ blue 213

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

Shades of Orchid #CE62D5

Tints of Orchid #CE62D5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.96%

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

R = 39.85%
G = 18.96%
B = 41.2%

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

#CE62D5 (or 0xCE62D5) is known color: Orchid. HEX triplet: CE, 62 and D5. RGB value is (206,98,213). Sum of RGB (Red+Green+Blue) = 206+98+213=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE62D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62D5 is #319D2A. Grayscale: #8F8F8F. Windows color (decimal): -3251499 or 13984462. OLE color: 13984462.

HSL color Cylindrical-coordinate representation of color #CE62D5: hue angle of 296.35º 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 #CE62D5 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 98 213 -
CMYK 0.03 0.54 0 0.16
HSL 296.35º 0.58% 0.61% -
HSV(B) 296.35º 0.54% 0.84% -
XYZ 41.83 26.66 65.89 -
YUV 143.4 167.28 172.65 -
System Red Green Blue C M Y K H S L
Decimal 206 98 213 0.03 0.54 0 0.16 296.35 0.58 0.61
Hex CE 62 D5 3 36 0 10 128 3A 3D
Octal 316 142 325 3 66 0 20 450 72 75
Binary 11001110 1100010 11010101 11 110110 0 10000 100101000 111010 111101

Color Harmonies of #CE62D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE62D5

Black with #CE62D5

Text Example


Text Example

White with #CE62D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE62D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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