Html Css Color HEX #CF43DB Medium Orchid

📋 copy color: '#CF43DB'

red 207 ◦ green 67 ◦ blue 219

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

Shades of Medium Orchid #CF43DB

Tints of Medium Orchid #CF43DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 41.99%
G = 13.59%
B = 44.42%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF43DB (or 0xCF43DB) is known color: Medium Orchid. HEX triplet: CF, 43 and DB. RGB value is (207,67,219). Sum of RGB (Red+Green+Blue) = 207+67+219=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF43DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF43DB is #30BC24. Grayscale: #7D7D7D. Windows color (decimal): -3193893 or 14369743. OLE color: 14369743.

HSL color Cylindrical-coordinate representation of color #CF43DB: hue angle of 295.26º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF43DB is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 67 219 -
CMYK 0.05 0.69 0 0.14
HSL 295.26º 0.68% 0.56% -
HSV(B) 295.26º 0.69% 0.86% -
XYZ 40.53 22.39 69.2 -
YUV 126.19 180.38 185.64 -
System Red Green Blue C M Y K H S L
Decimal 207 67 219 0.05 0.69 0 0.14 295.26 0.68 0.56
Hex CF 43 DB 5 45 0 E 127 44 38
Octal 317 103 333 5 105 0 16 447 104 70
Binary 11001111 1000011 11011011 101 1000101 0 1110 100100111 1000100 111000

Color Harmonies of #CF43DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF43DB

Black with #CF43DB

Text Example


Text Example

White with #CF43DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF43DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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