Html Css Color HEX #CE75D8 Orchid

📋 copy color: '#CE75D8'

red 206 ◦ green 117 ◦ blue 216

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

Shades of Orchid #CE75D8

Tints of Orchid #CE75D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.07%

R = 38.22%
G = 21.71%
B = 40.07%

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

#CE75D8 (or 0xCE75D8) is known color: Orchid. HEX triplet: CE, 75 and D8. RGB value is (206,117,216). Sum of RGB (Red+Green+Blue) = 206+117+216=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE75D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75D8 is #318A27. Grayscale: #9A9A9A. Windows color (decimal): -3246632 or 14185934. OLE color: 14185934.

HSL color Cylindrical-coordinate representation of color #CE75D8: hue angle of 293.94º degrees, saturation: 0.56, 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 #CE75D8 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 117 216 -
CMYK 0.05 0.46 0 0.15
HSL 293.94º 0.56% 0.65% -
HSV(B) 293.94º 0.46% 0.85% -
XYZ 44.21 30.8 68.58 -
YUV 154.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 206 117 216 0.05 0.46 0 0.15 293.94 0.56 0.65
Hex CE 75 D8 5 2E 0 F 126 38 41
Octal 316 165 330 5 56 0 17 446 70 101
Binary 11001110 1110101 11011000 101 101110 0 1111 100100110 111000 1000001

Color Harmonies of #CE75D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75D8

Black with #CE75D8

Text Example


Text Example

White with #CE75D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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