Html Css Color HEX #CE75CC Orchid

📋 copy color: '#CE75CC'

red 206 ◦ green 117 ◦ blue 204

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

Shades of Orchid #CE75CC

Tints of Orchid #CE75CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 39.09%
G = 22.2%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE75CC (or 0xCE75CC) is known color: Orchid. HEX triplet: CE, 75 and CC. RGB value is (206,117,204). Sum of RGB (Red+Green+Blue) = 206+117+204=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75CC is #318A33. Grayscale: #999999. Windows color (decimal): -3246644 or 13399502. OLE color: 13399502.

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

Color convert

RGB 206 117 204 -
CMYK 0 0.43 0.01 0.19
HSL 301.35º 0.48% 0.63% -
HSV(B) 301.35º 0.43% 0.81% -
XYZ 42.71 30.2 60.71 -
YUV 153.53 156.49 165.43 -
System Red Green Blue C M Y K H S L
Decimal 206 117 204 0 0.43 0.01 0.19 301.35 0.48 0.63
Hex CE 75 CC 0 2B 1 13 12D 30 3F
Octal 316 165 314 0 53 1 23 455 60 77
Binary 11001110 1110101 11001100 0 101011 1 10011 100101101 110000 111111

Color Harmonies of #CE75CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75CC

Black with #CE75CC

Text Example


Text Example

White with #CE75CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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