Html Css Color HEX #C175CC Orchid

📋 copy color: '#C175CC'

red 193 ◦ green 117 ◦ blue 204

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

Shades of Orchid #C175CC

Tints of Orchid #C175CC

RGB

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

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

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

R = 37.55%
G = 22.76%
B = 39.69%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C175CC (or 0xC175CC) is known color: Orchid. HEX triplet: C1, 75 and CC. RGB value is (193,117,204). Sum of RGB (Red+Green+Blue) = 193+117+204=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #C175CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175CC is #3E8A33. Grayscale: #959595. Windows color (decimal): -4098612 or 13399489. OLE color: 13399489.

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

Color convert

RGB 193 117 204 -
CMYK 0.05 0.43 0 0.2
HSL 292.41º 0.46% 0.63% -
HSV(B) 292.41º 0.43% 0.8% -
XYZ 39.25 28.42 60.54 -
YUV 149.64 158.68 158.93 -
System Red Green Blue C M Y K H S L
Decimal 193 117 204 0.05 0.43 0 0.2 292.41 0.46 0.63
Hex C1 75 CC 5 2B 0 14 124 2E 3F
Octal 301 165 314 5 53 0 24 444 56 77
Binary 11000001 1110101 11001100 101 101011 0 10100 100100100 101110 111111

Color Harmonies of #C175CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C175CC

Black with #C175CC

Text Example


Text Example

White with #C175CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C175CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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