Html Css Color HEX #C37BCD Orchid

📋 copy color: '#C37BCD'

red 195 ◦ green 123 ◦ blue 205

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

Shades of Orchid #C37BCD

Tints of Orchid #C37BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 37.28%
G = 23.52%
B = 39.2%

CMYK

 C value IS 0.05

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C37BCD (or 0xC37BCD) is known color: Orchid. HEX triplet: C3, 7B and CD. RGB value is (195,123,205). Sum of RGB (Red+Green+Blue) = 195+123+205=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #C37BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BCD is #3C8432. Grayscale: #999999. Windows color (decimal): -3966003 or 13466563. OLE color: 13466563.

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

Color convert

RGB 195 123 205 -
CMYK 0.05 0.4 0 0.20
HSL 292.68º 0.45% 0.64% -
HSV(B) 292.68º 0.4% 0.8% -
XYZ 40.61 30.18 61.44 -
YUV 153.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 195 123 205 0.05 0.4 0 0.20 292.68 0.45 0.64
Hex C3 7B CD 5 28 0 14 125 2D 40
Octal 303 173 315 5 50 0 24 445 55 100
Binary 11000011 1111011 11001101 101 101000 0 10100 100100101 101101 1000000

Color Harmonies of #C37BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37BCD

Black with #C37BCD

Text Example


Text Example

White with #C37BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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