Html Css Color HEX #C667CF Medium Orchid

📋 copy color: '#C667CF'

red 198 ◦ green 103 ◦ blue 207

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

Shades of Medium Orchid #C667CF

Tints of Medium Orchid #C667CF

RGB

 RED value IS 198 (77.73% from 255) = 38.98%

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

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

R = 38.98%
G = 20.28%
B = 40.75%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C667CF (or 0xC667CF) is known color: Medium Orchid. HEX triplet: C6, 67 and CF. RGB value is (198,103,207). Sum of RGB (Red+Green+Blue) = 198+103+207=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #C667CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C667CF is #399830. Grayscale: #8E8E8E. Windows color (decimal): -3774513 or 13592518. OLE color: 13592518.

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

Color convert

RGB 198 103 207 -
CMYK 0.04 0.50 0 0.19
HSL 294.81º 0.52% 0.61% -
HSV(B) 294.81º 0.5% 0.81% -
XYZ 39.4 26.21 62.01 -
YUV 143.26 163.97 167.04 -
System Red Green Blue C M Y K H S L
Decimal 198 103 207 0.04 0.50 0 0.19 294.81 0.52 0.61
Hex C6 67 CF 4 32 0 13 127 34 3D
Octal 306 147 317 4 62 0 23 447 64 75
Binary 11000110 1100111 11001111 100 110010 0 10011 100100111 110100 111101

Color Harmonies of #C667CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C667CF

Black with #C667CF

Text Example


Text Example

White with #C667CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C667CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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