Html Css Color HEX #CE75E5 Orchid

📋 copy color: '#CE75E5'

red 206 ◦ green 117 ◦ blue 229

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

Shades of Orchid #CE75E5

Tints of Orchid #CE75E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.49%

R = 37.32%
G = 21.2%
B = 41.49%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE75E5 (or 0xCE75E5) is known color: Orchid. HEX triplet: CE, 75 and E5. RGB value is (206,117,229). Sum of RGB (Red+Green+Blue) = 206+117+229=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE75E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75E5 is #318A1A. Grayscale: #9C9C9C. Windows color (decimal): -3246619 or 15037902. OLE color: 15037902.

HSL color Cylindrical-coordinate representation of color #CE75E5: hue angle of 287.68º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE75E5 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 117 229 -
CMYK 0.10 0.49 0 0.10
HSL 287.68º 0.68% 0.68% -
HSV(B) 287.68º 0.49% 0.9% -
XYZ 45.96 31.5 77.79 -
YUV 156.38 168.99 163.39 -
System Red Green Blue C M Y K H S L
Decimal 206 117 229 0.10 0.49 0 0.10 287.68 0.68 0.68
Hex CE 75 E5 A 31 0 A 120 44 44
Octal 316 165 345 12 61 0 12 440 104 104
Binary 11001110 1110101 11100101 1010 110001 0 1010 100100000 1000100 1000100

Color Harmonies of #CE75E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75E5

Black with #CE75E5

Text Example


Text Example

White with #CE75E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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