Html Css Color HEX #C17BCA Orchid

📋 copy color: '#C17BCA'

red 193 ◦ green 123 ◦ blue 202

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

Shades of Orchid #C17BCA

Tints of Orchid #C17BCA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.75%

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

R = 37.26%
G = 23.75%
B = 39%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C17BCA (or 0xC17BCA) is known color: Orchid. HEX triplet: C1, 7B and CA. RGB value is (193,123,202). Sum of RGB (Red+Green+Blue) = 193+123+202=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #C17BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17BCA is #3E8435. Grayscale: #989898. Windows color (decimal): -4097078 or 13269953. OLE color: 13269953.

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

Color convert

RGB 193 123 202 -
CMYK 0.04 0.39 0 0.21
HSL 293.16º 0.43% 0.64% -
HSV(B) 293.16º 0.39% 0.79% -
XYZ 39.74 29.77 59.53 -
YUV 152.94 155.69 156.58 -
System Red Green Blue C M Y K H S L
Decimal 193 123 202 0.04 0.39 0 0.21 293.16 0.43 0.64
Hex C1 7B CA 4 27 0 15 125 2B 40
Octal 301 173 312 4 47 0 25 445 53 100
Binary 11000001 1111011 11001010 100 100111 0 10101 100100101 101011 1000000

Color Harmonies of #C17BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17BCA

Black with #C17BCA

Text Example


Text Example

White with #C17BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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