Html Css Color HEX #C17BBF Orchid

📋 copy color: '#C17BBF'

red 193 ◦ green 123 ◦ blue 191

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

Shades of Orchid #C17BBF

Tints of Orchid #C17BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.67%

R = 38.07%
G = 24.26%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C17BBF (or 0xC17BBF) is known color: Orchid. HEX triplet: C1, 7B and BF. RGB value is (193,123,191). Sum of RGB (Red+Green+Blue) = 193+123+191=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C17BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17BBF is #3E8440. Grayscale: #979797. Windows color (decimal): -4097089 or 12549057. OLE color: 12549057.

HSL color Cylindrical-coordinate representation of color #C17BBF: hue angle of 301.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C17BBF is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 123 191 -
CMYK 0 0.36 0.01 0.24
HSL 301.71º 0.36% 0.62% -
HSV(B) 301.71º 0.36% 0.76% -
XYZ 38.48 29.26 52.91 -
YUV 151.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 193 123 191 0 0.36 0.01 0.24 301.71 0.36 0.62
Hex C1 7B BF 0 24 1 18 12E 24 3E
Octal 301 173 277 0 44 1 30 456 44 76
Binary 11000001 1111011 10111111 0 100100 1 11000 100101110 100100 111110

Color Harmonies of #C17BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17BBF

Black with #C17BBF

Text Example


Text Example

White with #C17BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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