Html Css Color HEX #CF3CFF Medium Orchid

📋 copy color: '#CF3CFF'

red 207 ◦ green 60 ◦ blue 255

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

Shades of Medium Orchid #CF3CFF

Tints of Medium Orchid #CF3CFF

RGB

 RED value IS 207 (81.25% from 255) = 39.66%

 GREEN value IS 60 (23.83% from 255) = 11.49%

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

R = 39.66%
G = 11.49%
B = 48.85%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CF3CFF (or 0xCF3CFF) is known color: Medium Orchid. HEX triplet: CF, 3C and FF. RGB value is (207,60,255). Sum of RGB (Red+Green+Blue) = 207+60+255=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 60 (23.83% from 255 or 11.49% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF3CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3CFF is #30C300. Grayscale: #7D7D7D. Windows color (decimal): -3195649 or 16727247. OLE color: 16727247.

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

Color convert

RGB 207 60 255 -
CMYK 0.19 0.76 0 0
HSL 285.23º 1% 0.62% -
HSV(B) 285.23º 0.76% 1% -
XYZ 45.4 23.72 96.79 -
YUV 126.18 200.7 185.64 -
System Red Green Blue C M Y K H S L
Decimal 207 60 255 0.19 0.76 0 0 285.23 1 0.62
Hex CF 3C FF 13 4C 0 0 11D 64 3E
Octal 317 74 377 23 114 0 0 435 144 76
Binary 11001111 111100 11111111 10011 1001100 0 0 100011101 1100100 111110

Color Harmonies of #CF3CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3CFF

Black with #CF3CFF

Text Example


Text Example

White with #CF3CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3CFF; }

 p { color: rgb(207,60,255); }

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

background-color css

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

 a { background-color: rgb(207,60,255); }

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

border-color css

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

 span { border-color: rgb(207,60,255); }

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