Html Css Color HEX #C380CC Orchid

📋 copy color: '#C380CC'

red 195 ◦ green 128 ◦ blue 204

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

Shades of Orchid #C380CC

Tints of Orchid #C380CC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.29%

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 37%
G = 24.29%
B = 38.71%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C380CC (or 0xC380CC) is known color: Orchid. HEX triplet: C3, 80 and CC. RGB value is (195,128,204). Sum of RGB (Red+Green+Blue) = 195+128+204=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #C380CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380CC is #3C7F33. Grayscale: #9C9C9C. Windows color (decimal): -3964724 or 13402307. OLE color: 13402307.

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

Color convert

RGB 195 128 204 -
CMYK 0.04 0.37 0 0.2
HSL 292.89º 0.43% 0.65% -
HSV(B) 292.89º 0.37% 0.8% -
XYZ 41.12 31.4 61.02 -
YUV 156.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 195 128 204 0.04 0.37 0 0.2 292.89 0.43 0.65
Hex C3 80 CC 4 25 0 14 125 2B 41
Octal 303 200 314 4 45 0 24 445 53 101
Binary 11000011 10000000 11001100 100 100101 0 10100 100100101 101011 1000001

Color Harmonies of #C380CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C380CC

Black with #C380CC

Text Example


Text Example

White with #C380CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C380CC; }

 p { color: rgb(195,128,204); }

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

background-color css

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

 a { background-color: rgb(195,128,204); }

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

border-color css

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

 span { border-color: rgb(195,128,204); }

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