Html Css Color HEX #CE60D7 Orchid

📋 copy color: '#CE60D7'

red 206 ◦ green 96 ◦ blue 215

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

Shades of Orchid #CE60D7

Tints of Orchid #CE60D7

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.57%

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

R = 39.85%
G = 18.57%
B = 41.59%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE60D7 (or 0xCE60D7) is known color: Orchid. HEX triplet: CE, 60 and D7. RGB value is (206,96,215). Sum of RGB (Red+Green+Blue) = 206+96+215=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE60D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60D7 is #319F28. Grayscale: #8E8E8E. Windows color (decimal): -3252009 or 14115022. OLE color: 14115022.

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

Color convert

RGB 206 96 215 -
CMYK 0.04 0.55 0 0.16
HSL 295.46º 0.6% 0.61% -
HSV(B) 295.46º 0.55% 0.84% -
XYZ 41.9 26.39 67.18 -
YUV 142.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 206 96 215 0.04 0.55 0 0.16 295.46 0.6 0.61
Hex CE 60 D7 4 37 0 10 127 3C 3D
Octal 316 140 327 4 67 0 20 447 74 75
Binary 11001110 1100000 11010111 100 110111 0 10000 100100111 111100 111101

Color Harmonies of #CE60D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE60D7

Black with #CE60D7

Text Example


Text Example

White with #CE60D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE60D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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