Html Css Color HEX #C37BCE Orchid

📋 copy color: '#C37BCE'

red 195 ◦ green 123 ◦ blue 206

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

Shades of Orchid #C37BCE

Tints of Orchid #C37BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 37.21%
G = 23.47%
B = 39.31%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C37BCE (or 0xC37BCE) is known color: Orchid. HEX triplet: C3, 7B and CE. RGB value is (195,123,206). Sum of RGB (Red+Green+Blue) = 195+123+206=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #C37BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BCE is #3C8431. Grayscale: #999999. Windows color (decimal): -3966002 or 13532099. OLE color: 13532099.

HSL color Cylindrical-coordinate representation of color #C37BCE: hue angle of 292.05º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C37BCE is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 123 206 -
CMYK 0.05 0.40 0 0.19
HSL 292.05º 0.46% 0.65% -
HSV(B) 292.05º 0.4% 0.81% -
XYZ 40.73 30.22 62.08 -
YUV 153.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 195 123 206 0.05 0.40 0 0.19 292.05 0.46 0.65
Hex C3 7B CE 5 28 0 13 124 2E 41
Octal 303 173 316 5 50 0 23 444 56 101
Binary 11000011 1111011 11001110 101 101000 0 10011 100100100 101110 1000001

Color Harmonies of #C37BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37BCE

Black with #C37BCE

Text Example


Text Example

White with #C37BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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