Html Css Color HEX #CE85D7 Orchid

📋 copy color: '#CE85D7'

red 206 ◦ green 133 ◦ blue 215

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

Shades of Orchid #CE85D7

Tints of Orchid #CE85D7

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.01%

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

R = 37.18%
G = 24.01%
B = 38.81%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE85D7 (or 0xCE85D7) is known color: Orchid. HEX triplet: CE, 85 and D7. RGB value is (206,133,215). Sum of RGB (Red+Green+Blue) = 206+133+215=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE85D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85D7 is #317A28. Grayscale: #A3A3A3. Windows color (decimal): -3242537 or 14124494. OLE color: 14124494.

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

Color convert

RGB 206 133 215 -
CMYK 0.04 0.38 0 0.16
HSL 293.41º 0.51% 0.68% -
HSV(B) 293.41º 0.38% 0.84% -
XYZ 46.11 34.8 68.58 -
YUV 164.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 206 133 215 0.04 0.38 0 0.16 293.41 0.51 0.68
Hex CE 85 D7 4 26 0 10 125 33 44
Octal 316 205 327 4 46 0 20 445 63 104
Binary 11001110 10000101 11010111 100 100110 0 10000 100100101 110011 1000100

Color Harmonies of #CE85D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85D7

Black with #CE85D7

Text Example


Text Example

White with #CE85D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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