Html Css Color HEX #C17BCF Orchid

📋 copy color: '#C17BCF'

red 193 ◦ green 123 ◦ blue 207

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

Shades of Orchid #C17BCF

Tints of Orchid #C17BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.58%

R = 36.9%
G = 23.52%
B = 39.58%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C17BCF (or 0xC17BCF) is known color: Orchid. HEX triplet: C1, 7B and CF. RGB value is (193,123,207). Sum of RGB (Red+Green+Blue) = 193+123+207=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #C17BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17BCF is #3E8430. Grayscale: #999999. Windows color (decimal): -4097073 or 13597633. OLE color: 13597633.

HSL color Cylindrical-coordinate representation of color #C17BCF: hue angle of 290º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C17BCF is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 123 207 -
CMYK 0.07 0.41 0 0.19
HSL 290º 0.47% 0.65% -
HSV(B) 290º 0.41% 0.81% -
XYZ 40.34 30.01 62.7 -
YUV 153.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 193 123 207 0.07 0.41 0 0.19 290 0.47 0.65
Hex C1 7B CF 7 29 0 13 122 2F 41
Octal 301 173 317 7 51 0 23 442 57 101
Binary 11000001 1111011 11001111 111 101001 0 10011 100100010 101111 1000001

Color Harmonies of #C17BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17BCF

Black with #C17BCF

Text Example


Text Example

White with #C17BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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