Html Css Color HEX #CE75CB Orchid

📋 copy color: '#CE75CB'

red 206 ◦ green 117 ◦ blue 203

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

Shades of Orchid #CE75CB

Tints of Orchid #CE75CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 39.16%
G = 22.24%
B = 38.59%

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

#CE75CB (or 0xCE75CB) is known color: Orchid. HEX triplet: CE, 75 and CB. RGB value is (206,117,203). Sum of RGB (Red+Green+Blue) = 206+117+203=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75CB is #318A34. Grayscale: #999999. Windows color (decimal): -3246645 or 13333966. OLE color: 13333966.

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

Color convert

RGB 206 117 203 -
CMYK 0 0.43 0.01 0.19
HSL 302.02º 0.48% 0.63% -
HSV(B) 302.02º 0.43% 0.81% -
XYZ 42.59 30.16 60.08 -
YUV 153.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 206 117 203 0 0.43 0.01 0.19 302.02 0.48 0.63
Hex CE 75 CB 0 2B 1 13 12E 30 3F
Octal 316 165 313 0 53 1 23 456 60 77
Binary 11001110 1110101 11001011 0 101011 1 10011 100101110 110000 111111

Color Harmonies of #CE75CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75CB

Black with #CE75CB

Text Example


Text Example

White with #CE75CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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