Html Css Color HEX #CE75C7 Orchid

📋 copy color: '#CE75C7'

red 206 ◦ green 117 ◦ blue 199

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

Shades of Orchid #CE75C7

Tints of Orchid #CE75C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.12%

R = 39.46%
G = 22.41%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE75C7 (or 0xCE75C7) is known color: Orchid. HEX triplet: CE, 75 and C7. RGB value is (206,117,199). Sum of RGB (Red+Green+Blue) = 206+117+199=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75C7 is #318A38. Grayscale: #989898. Windows color (decimal): -3246649 or 13071822. OLE color: 13071822.

HSL color Cylindrical-coordinate representation of color #CE75C7: hue angle of 304.72º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE75C7 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 117 199 -
CMYK 0 0.43 0.03 0.19
HSL 304.72º 0.48% 0.63% -
HSV(B) 304.72º 0.43% 0.81% -
XYZ 42.12 29.97 57.6 -
YUV 152.96 153.99 165.83 -
System Red Green Blue C M Y K H S L
Decimal 206 117 199 0 0.43 0.03 0.19 304.72 0.48 0.63
Hex CE 75 C7 0 2B 3 13 131 30 3F
Octal 316 165 307 0 53 3 23 461 60 77
Binary 11001110 1110101 11000111 0 101011 11 10011 100110001 110000 111111

Color Harmonies of #CE75C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75C7

Black with #CE75C7

Text Example


Text Example

White with #CE75C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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