Html Css Color HEX #C37BCF Orchid

📋 copy color: '#C37BCF'

red 195 ◦ green 123 ◦ blue 207

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

Shades of Orchid #C37BCF

Tints of Orchid #C37BCF

RGB

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

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

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

R = 37.14%
G = 23.43%
B = 39.43%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C37BCF (or 0xC37BCF) is known color: Orchid. HEX triplet: C3, 7B and CF. RGB value is (195,123,207). Sum of RGB (Red+Green+Blue) = 195+123+207=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #C37BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BCF is #3C8430. Grayscale: #999999. Windows color (decimal): -3966001 or 13597635. OLE color: 13597635.

HSL color Cylindrical-coordinate representation of color #C37BCF: hue angle of 291.43º 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 #C37BCF is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 123 207 -
CMYK 0.06 0.41 0 0.19
HSL 291.43º 0.47% 0.65% -
HSV(B) 291.43º 0.41% 0.81% -
XYZ 40.85 30.27 62.72 -
YUV 154.1 157.85 157.17 -
System Red Green Blue C M Y K H S L
Decimal 195 123 207 0.06 0.41 0 0.19 291.43 0.47 0.65
Hex C3 7B CF 6 29 0 13 123 2F 41
Octal 303 173 317 6 51 0 23 443 57 101
Binary 11000011 1111011 11001111 110 101001 0 10011 100100011 101111 1000001

Color Harmonies of #C37BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37BCF

Black with #C37BCF

Text Example


Text Example

White with #C37BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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