Html Css Color HEX #CF43F6 Medium Orchid

📋 copy color: '#CF43F6'

red 207 ◦ green 67 ◦ blue 246

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

Shades of Medium Orchid #CF43F6

Tints of Medium Orchid #CF43F6

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.88%

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

R = 39.81%
G = 12.88%
B = 47.31%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CF43F6 (or 0xCF43F6) is known color: Medium Orchid. HEX triplet: CF, 43 and F6. RGB value is (207,67,246). Sum of RGB (Red+Green+Blue) = 207+67+246=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 67 (26.56% from 255 or 12.88% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF43F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF43F6 is #30BC09. Grayscale: #808080. Windows color (decimal): -3193866 or 16139215. OLE color: 16139215.

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

Color convert

RGB 207 67 246 -
CMYK 0.16 0.73 0 0.04
HSL 286.93º 0.91% 0.61% -
HSV(B) 286.93º 0.73% 0.96% -
XYZ 44.37 23.93 89.47 -
YUV 129.27 193.88 183.45 -
System Red Green Blue C M Y K H S L
Decimal 207 67 246 0.16 0.73 0 0.04 286.93 0.91 0.61
Hex CF 43 F6 10 49 0 4 11F 5B 3D
Octal 317 103 366 20 111 0 4 437 133 75
Binary 11001111 1000011 11110110 10000 1001001 0 100 100011111 1011011 111101

Color Harmonies of #CF43F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF43F6

Black with #CF43F6

Text Example


Text Example

White with #CF43F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF43F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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