Html Css Color HEX #C267CC Medium Orchid

📋 copy color: '#C267CC'

red 194 ◦ green 103 ◦ blue 204

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

Shades of Medium Orchid #C267CC

Tints of Medium Orchid #C267CC

RGB

 RED value IS 194 (76.17% from 255) = 38.72%

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

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

R = 38.72%
G = 20.56%
B = 40.72%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C267CC (or 0xC267CC) is known color: Medium Orchid. HEX triplet: C2, 67 and CC. RGB value is (194,103,204). Sum of RGB (Red+Green+Blue) = 194+103+204=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #C267CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267CC is #3D9833. Grayscale: #8D8D8D. Windows color (decimal): -4036660 or 13395906. OLE color: 13395906.

HSL color Cylindrical-coordinate representation of color #C267CC: hue angle of 294.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C267CC is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 103 204 -
CMYK 0.05 0.50 0 0.2
HSL 294.06º 0.5% 0.6% -
HSV(B) 294.06º 0.5% 0.8% -
XYZ 38 25.53 60.05 -
YUV 141.72 163.15 165.29 -
System Red Green Blue C M Y K H S L
Decimal 194 103 204 0.05 0.50 0 0.2 294.06 0.5 0.6
Hex C2 67 CC 5 32 0 14 126 32 3C
Octal 302 147 314 5 62 0 24 446 62 74
Binary 11000010 1100111 11001100 101 110010 0 10100 100100110 110010 111100

Color Harmonies of #C267CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C267CC

Black with #C267CC

Text Example


Text Example

White with #C267CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C267CC; }

 p { color: rgb(194,103,204); }

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

background-color css

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

 a { background-color: rgb(194,103,204); }

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

border-color css

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

 span { border-color: rgb(194,103,204); }

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