Html Css Color HEX #CE62D7 Orchid

📋 copy color: '#CE62D7'

red 206 ◦ green 98 ◦ blue 215

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

Shades of Orchid #CE62D7

Tints of Orchid #CE62D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.43%

R = 39.69%
G = 18.88%
B = 41.43%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE62D7 (or 0xCE62D7) is known color: Orchid. HEX triplet: CE, 62 and D7. RGB value is (206,98,215). Sum of RGB (Red+Green+Blue) = 206+98+215=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE62D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62D7 is #319D28. Grayscale: #8F8F8F. Windows color (decimal): -3251497 or 14115534. OLE color: 14115534.

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

Color convert

RGB 206 98 215 -
CMYK 0.04 0.54 0 0.16
HSL 295.38º 0.59% 0.61% -
HSV(B) 295.38º 0.54% 0.84% -
XYZ 42.09 26.76 67.24 -
YUV 143.63 168.28 172.49 -
System Red Green Blue C M Y K H S L
Decimal 206 98 215 0.04 0.54 0 0.16 295.38 0.59 0.61
Hex CE 62 D7 4 36 0 10 127 3B 3D
Octal 316 142 327 4 66 0 20 447 73 75
Binary 11001110 1100010 11010111 100 110110 0 10000 100100111 111011 111101

Color Harmonies of #CE62D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE62D7

Black with #CE62D7

Text Example


Text Example

White with #CE62D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE62D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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