Html Css Color HEX #C438FF Medium Orchid

📋 copy color: '#C438FF'

red 196 ◦ green 56 ◦ blue 255

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

Shades of Medium Orchid #C438FF

Tints of Medium Orchid #C438FF

RGB

 RED value IS 196 (76.95% from 255) = 38.66%

 GREEN value IS 56 (22.27% from 255) = 11.05%

 BLUE value IS 255 (100% from 255) = 50.3%

R = 38.66%
G = 11.05%
B = 50.3%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C438FF (or 0xC438FF) is known color: Medium Orchid. HEX triplet: C4, 38 and FF. RGB value is (196,56,255). Sum of RGB (Red+Green+Blue) = 196+56+255=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 56 (22.27% from 255 or 11.05% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #C438FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C438FF is #3BC700. Grayscale: #777777. Windows color (decimal): -3917569 or 16726212. OLE color: 16726212.

HSL color Cylindrical-coordinate representation of color #C438FF: hue angle of 282.21º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C438FF is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 56 255 -
CMYK 0.23 0.78 0 0
HSL 282.21º 1% 0.61% -
HSV(B) 282.21º 0.78% 1% -
XYZ 42.23 21.78 96.59 -
YUV 120.55 203.88 181.82 -
System Red Green Blue C M Y K H S L
Decimal 196 56 255 0.23 0.78 0 0 282.21 1 0.61
Hex C4 38 FF 17 4E 0 0 11A 64 3D
Octal 304 70 377 27 116 0 0 432 144 75
Binary 11000100 111000 11111111 10111 1001110 0 0 100011010 1100100 111101

Color Harmonies of #C438FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C438FF

Black with #C438FF

Text Example


Text Example

White with #C438FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C438FF; }

 p { color: rgb(196,56,255); }

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

background-color css

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

 a { background-color: rgb(196,56,255); }

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

border-color css

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

 span { border-color: rgb(196,56,255); }

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