Html Css Color HEX #CE5ED7 Orchid

📋 copy color: '#CE5ED7'

red 206 ◦ green 94 ◦ blue 215

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

Shades of Orchid #CE5ED7

Tints of Orchid #CE5ED7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.25%

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

R = 40%
G = 18.25%
B = 41.75%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE5ED7 (or 0xCE5ED7) is known color: Orchid. HEX triplet: CE, 5E and D7. RGB value is (206,94,215). Sum of RGB (Red+Green+Blue) = 206+94+215=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE5ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5ED7 is #31A128. Grayscale: #8C8C8C. Windows color (decimal): -3252521 or 14114510. OLE color: 14114510.

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

Color convert

RGB 206 94 215 -
CMYK 0.04 0.56 0 0.16
HSL 295.54º 0.6% 0.61% -
HSV(B) 295.54º 0.56% 0.84% -
XYZ 41.72 26.03 67.12 -
YUV 141.28 169.61 174.16 -
System Red Green Blue C M Y K H S L
Decimal 206 94 215 0.04 0.56 0 0.16 295.54 0.6 0.61
Hex CE 5E D7 4 38 0 10 128 3C 3D
Octal 316 136 327 4 70 0 20 450 74 75
Binary 11001110 1011110 11010111 100 111000 0 10000 100101000 111100 111101

Color Harmonies of #CE5ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5ED7

Black with #CE5ED7

Text Example


Text Example

White with #CE5ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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