Html Css Color HEX #C467CF Medium Orchid

📋 copy color: '#C467CF'

red 196 ◦ green 103 ◦ blue 207

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

Shades of Medium Orchid #C467CF

Tints of Medium Orchid #C467CF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.36%

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

R = 38.74%
G = 20.36%
B = 40.91%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C467CF (or 0xC467CF) is known color: Medium Orchid. HEX triplet: C4, 67 and CF. RGB value is (196,103,207). Sum of RGB (Red+Green+Blue) = 196+103+207=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #C467CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467CF is #3B9830. Grayscale: #8E8E8E. Windows color (decimal): -3905585 or 13592516. OLE color: 13592516.

HSL color Cylindrical-coordinate representation of color #C467CF: hue angle of 293.65º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C467CF is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 103 207 -
CMYK 0.05 0.50 0 0.19
HSL 293.65º 0.52% 0.61% -
HSV(B) 293.65º 0.5% 0.81% -
XYZ 38.88 25.94 61.99 -
YUV 142.66 164.31 166.04 -
System Red Green Blue C M Y K H S L
Decimal 196 103 207 0.05 0.50 0 0.19 293.65 0.52 0.61
Hex C4 67 CF 5 32 0 13 126 34 3D
Octal 304 147 317 5 62 0 23 446 64 75
Binary 11000100 1100111 11001111 101 110010 0 10011 100100110 110100 111101

Color Harmonies of #C467CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C467CF

Black with #C467CF

Text Example


Text Example

White with #C467CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C467CF; }

 p { color: rgb(196,103,207); }

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

background-color css

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

 a { background-color: rgb(196,103,207); }

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

border-color css

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

 span { border-color: rgb(196,103,207); }

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