Html Css Color HEX #CE75C8 Orchid

📋 copy color: '#CE75C8'

red 206 ◦ green 117 ◦ blue 200

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

Shades of Orchid #CE75C8

Tints of Orchid #CE75C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.24%

R = 39.39%
G = 22.37%
B = 38.24%

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

#CE75C8 (or 0xCE75C8) is known color: Orchid. HEX triplet: CE, 75 and C8. RGB value is (206,117,200). Sum of RGB (Red+Green+Blue) = 206+117+200=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75C8 is #318A37. Grayscale: #989898. Windows color (decimal): -3246648 or 13137358. OLE color: 13137358.

HSL color Cylindrical-coordinate representation of color #CE75C8: hue angle of 304.04º 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 #CE75C8 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 117 200 -
CMYK 0 0.43 0.03 0.19
HSL 304.05º 0.48% 0.63% -
HSV(B) 304.05º 0.43% 0.81% -
XYZ 42.24 30.01 58.21 -
YUV 153.07 154.49 165.75 -
System Red Green Blue C M Y K H S L
Decimal 206 117 200 0 0.43 0.03 0.19 304.05 0.48 0.63
Hex CE 75 C8 0 2B 3 13 130 30 3F
Octal 316 165 310 0 53 3 23 460 60 77
Binary 11001110 1110101 11001000 0 101011 11 10011 100110000 110000 111111

Color Harmonies of #CE75C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75C8

Black with #CE75C8

Text Example


Text Example

White with #CE75C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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