Html Css Color HEX #C175CB Orchid

📋 copy color: '#C175CB'

red 193 ◦ green 117 ◦ blue 203

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

Shades of Orchid #C175CB

Tints of Orchid #C175CB

RGB

 RED value IS 193 (75.78% from 255) = 37.62%

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

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

R = 37.62%
G = 22.81%
B = 39.57%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C175CB (or 0xC175CB) is known color: Orchid. HEX triplet: C1, 75 and CB. RGB value is (193,117,203). Sum of RGB (Red+Green+Blue) = 193+117+203=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #C175CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175CB is #3E8A34. Grayscale: #959595. Windows color (decimal): -4098613 or 13333953. OLE color: 13333953.

HSL color Cylindrical-coordinate representation of color #C175CB: hue angle of 293.02º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C175CB is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 117 203 -
CMYK 0.05 0.42 0 0.20
HSL 293.02º 0.45% 0.63% -
HSV(B) 293.02º 0.42% 0.8% -
XYZ 39.13 28.37 59.91 -
YUV 149.53 158.18 159.01 -
System Red Green Blue C M Y K H S L
Decimal 193 117 203 0.05 0.42 0 0.20 293.02 0.45 0.63
Hex C1 75 CB 5 2A 0 14 125 2D 3F
Octal 301 165 313 5 52 0 24 445 55 77
Binary 11000001 1110101 11001011 101 101010 0 10100 100100101 101101 111111

Color Harmonies of #C175CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C175CB

Black with #C175CB

Text Example


Text Example

White with #C175CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C175CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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