Html Css Color HEX #CF3FF6 Medium Orchid

📋 copy color: '#CF3FF6'

red 207 ◦ green 63 ◦ blue 246

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

Shades of Medium Orchid #CF3FF6

Tints of Medium Orchid #CF3FF6

RGB

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

 GREEN value IS 63 (25% from 255) = 12.21%

 BLUE value IS 246 (96.48% from 255) = 47.67%

R = 40.12%
G = 12.21%
B = 47.67%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CF3FF6 (or 0xCF3FF6) is known color: Medium Orchid. HEX triplet: CF, 3F and F6. RGB value is (207,63,246). Sum of RGB (Red+Green+Blue) = 207+63+246=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 63 (25% from 255 or 12.21% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF3FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3FF6 is #30C009. Grayscale: #7E7E7E. Windows color (decimal): -3194890 or 16138191. OLE color: 16138191.

HSL color Cylindrical-coordinate representation of color #CF3FF6: hue angle of 287.21º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3FF6 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 63 246 -
CMYK 0.16 0.74 0 0.04
HSL 287.21º 0.91% 0.61% -
HSV(B) 287.21º 0.74% 0.96% -
XYZ 44.14 23.47 89.39 -
YUV 126.92 195.21 185.12 -
System Red Green Blue C M Y K H S L
Decimal 207 63 246 0.16 0.74 0 0.04 287.21 0.91 0.61
Hex CF 3F F6 10 4A 0 4 11F 5B 3D
Octal 317 77 366 20 112 0 4 437 133 75
Binary 11001111 111111 11110110 10000 1001010 0 100 100011111 1011011 111101

Color Harmonies of #CF3FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3FF6

Black with #CF3FF6

Text Example


Text Example

White with #CF3FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3FF6; }

 p { color: rgb(207,63,246); }

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

background-color css

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

 a { background-color: rgb(207,63,246); }

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

border-color css

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

 span { border-color: rgb(207,63,246); }

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