Html Css Color HEX #C37BCB Orchid

📋 copy color: '#C37BCB'

red 195 ◦ green 123 ◦ blue 203

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

Shades of Orchid #C37BCB

Tints of Orchid #C37BCB

RGB

 RED value IS 195 (76.56% from 255) = 37.43%

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

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 37.43%
G = 23.61%
B = 38.96%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C37BCB (or 0xC37BCB) is known color: Orchid. HEX triplet: C3, 7B and CB. RGB value is (195,123,203). Sum of RGB (Red+Green+Blue) = 195+123+203=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #C37BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BCB is #3C8434. Grayscale: #999999. Windows color (decimal): -3966005 or 13335491. OLE color: 13335491.

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

Color convert

RGB 195 123 203 -
CMYK 0.04 0.39 0 0.20
HSL 294º 0.43% 0.64% -
HSV(B) 294º 0.39% 0.8% -
XYZ 40.37 30.08 60.18 -
YUV 153.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 195 123 203 0.04 0.39 0 0.20 294 0.43 0.64
Hex C3 7B CB 4 27 0 14 126 2B 40
Octal 303 173 313 4 47 0 24 446 53 100
Binary 11000011 1111011 11001011 100 100111 0 10100 100100110 101011 1000000

Color Harmonies of #C37BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37BCB

Black with #C37BCB

Text Example


Text Example

White with #C37BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37BCB; }

 p { color: rgb(195,123,203); }

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

background-color css

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

 a { background-color: rgb(195,123,203); }

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

border-color css

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

 span { border-color: rgb(195,123,203); }

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