Html Css Color HEX #C170CA Orchid

📋 copy color: '#C170CA'

red 193 ◦ green 112 ◦ blue 202

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

Shades of Orchid #C170CA

Tints of Orchid #C170CA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.09%

 BLUE value IS 202 (79.3% from 255) = 39.84%

R = 38.07%
G = 22.09%
B = 39.84%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C170CA (or 0xC170CA) is known color: Orchid. HEX triplet: C1, 70 and CA. RGB value is (193,112,202). Sum of RGB (Red+Green+Blue) = 193+112+202=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #C170CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170CA is #3E8F35. Grayscale: #929292. Windows color (decimal): -4099894 or 13267137. OLE color: 13267137.

HSL color Cylindrical-coordinate representation of color #C170CA: hue angle of 294º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C170CA is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 112 202 -
CMYK 0.04 0.45 0 0.21
HSL 294º 0.46% 0.62% -
HSV(B) 294º 0.45% 0.79% -
XYZ 38.45 27.19 59.1 -
YUV 146.48 159.34 161.18 -
System Red Green Blue C M Y K H S L
Decimal 193 112 202 0.04 0.45 0 0.21 294 0.46 0.62
Hex C1 70 CA 4 2D 0 15 126 2E 3E
Octal 301 160 312 4 55 0 25 446 56 76
Binary 11000001 1110000 11001010 100 101101 0 10101 100100110 101110 111110

Color Harmonies of #C170CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C170CA

Black with #C170CA

Text Example


Text Example

White with #C170CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C170CA; }

 p { color: rgb(193,112,202); }

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

background-color css

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

 a { background-color: rgb(193,112,202); }

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

border-color css

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

 span { border-color: rgb(193,112,202); }

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