Html Css Color HEX #C665CF Medium Orchid

📋 copy color: '#C665CF'

red 198 ◦ green 101 ◦ blue 207

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

Shades of Medium Orchid #C665CF

Tints of Medium Orchid #C665CF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.96%

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

R = 39.13%
G = 19.96%
B = 40.91%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C665CF (or 0xC665CF) is known color: Medium Orchid. HEX triplet: C6, 65 and CF. RGB value is (198,101,207). Sum of RGB (Red+Green+Blue) = 198+101+207=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 101 (39.84% from 255 or 19.96% 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 #C665CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665CF is #399A30. Grayscale: #8D8D8D. Windows color (decimal): -3775025 or 13592006. OLE color: 13592006.

HSL color Cylindrical-coordinate representation of color #C665CF: hue angle of 294.91º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C665CF is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 101 207 -
CMYK 0.04 0.51 0 0.19
HSL 294.91º 0.52% 0.6% -
HSV(B) 294.91º 0.51% 0.81% -
XYZ 39.2 25.82 61.95 -
YUV 142.09 164.64 167.88 -
System Red Green Blue C M Y K H S L
Decimal 198 101 207 0.04 0.51 0 0.19 294.91 0.52 0.6
Hex C6 65 CF 4 33 0 13 127 34 3C
Octal 306 145 317 4 63 0 23 447 64 74
Binary 11000110 1100101 11001111 100 110011 0 10011 100100111 110100 111100

Color Harmonies of #C665CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C665CF

Black with #C665CF

Text Example


Text Example

White with #C665CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C665CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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