Html Css Color HEX #CE75D9 Orchid

📋 copy color: '#CE75D9'

red 206 ◦ green 117 ◦ blue 217

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

Shades of Orchid #CE75D9

Tints of Orchid #CE75D9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.67%

 BLUE value IS 217 (85.16% from 255) = 40.19%

R = 38.15%
G = 21.67%
B = 40.19%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE75D9 (or 0xCE75D9) is known color: Orchid. HEX triplet: CE, 75 and D9. RGB value is (206,117,217). Sum of RGB (Red+Green+Blue) = 206+117+217=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE75D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75D9 is #318A26. Grayscale: #9A9A9A. Windows color (decimal): -3246631 or 14251470. OLE color: 14251470.

HSL color Cylindrical-coordinate representation of color #CE75D9: hue angle of 293.4º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE75D9 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 117 217 -
CMYK 0.05 0.46 0 0.15
HSL 293.4º 0.57% 0.65% -
HSV(B) 293.4º 0.46% 0.85% -
XYZ 44.34 30.85 69.26 -
YUV 155.01 162.99 164.37 -
System Red Green Blue C M Y K H S L
Decimal 206 117 217 0.05 0.46 0 0.15 293.4 0.57 0.65
Hex CE 75 D9 5 2E 0 F 125 39 41
Octal 316 165 331 5 56 0 17 445 71 101
Binary 11001110 1110101 11011001 101 101110 0 1111 100100101 111001 1000001

Color Harmonies of #CE75D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75D9

Black with #CE75D9

Text Example


Text Example

White with #CE75D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75D9; }

 p { color: rgb(206,117,217); }

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

background-color css

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

 a { background-color: rgb(206,117,217); }

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

border-color css

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

 span { border-color: rgb(206,117,217); }

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