Html Css Color HEX #CF42FD Medium Orchid

📋 copy color: '#CF42FD'

red 207 ◦ green 66 ◦ blue 253

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

Shades of Medium Orchid #CF42FD

Tints of Medium Orchid #CF42FD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.55%

 BLUE value IS 253 (99.22% from 255) = 48.1%

R = 39.35%
G = 12.55%
B = 48.1%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CF42FD (or 0xCF42FD) is known color: Medium Orchid. HEX triplet: CF, 42 and FD. RGB value is (207,66,253). Sum of RGB (Red+Green+Blue) = 207+66+253=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 66 (26.17% from 255 or 12.55% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF42FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF42FD is #30BD02. Grayscale: #808080. Windows color (decimal): -3194115 or 16597711. OLE color: 16597711.

HSL color Cylindrical-coordinate representation of color #CF42FD: hue angle of 285.24º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF42FD is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 66 253 -
CMYK 0.18 0.74 0 0.01
HSL 285.24º 0.98% 0.63% -
HSV(B) 285.24º 0.74% 0.99% -
XYZ 45.41 24.25 95.22 -
YUV 129.48 197.71 183.29 -
System Red Green Blue C M Y K H S L
Decimal 207 66 253 0.18 0.74 0 0.01 285.24 0.98 0.63
Hex CF 42 FD 12 4A 0 1 11D 62 3F
Octal 317 102 375 22 112 0 1 435 142 77
Binary 11001111 1000010 11111101 10010 1001010 0 1 100011101 1100010 111111

Color Harmonies of #CF42FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF42FD

Black with #CF42FD

Text Example


Text Example

White with #CF42FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF42FD; }

 p { color: rgb(207,66,253); }

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

background-color css

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

 a { background-color: rgb(207,66,253); }

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

border-color css

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

 span { border-color: rgb(207,66,253); }

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