Html Css Color HEX #CF42FA Medium Orchid

📋 copy color: '#CF42FA'

red 207 ◦ green 66 ◦ blue 250

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

Shades of Medium Orchid #CF42FA

Tints of Medium Orchid #CF42FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.8%

R = 39.58%
G = 12.62%
B = 47.8%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF42FA (or 0xCF42FA) is known color: Medium Orchid. HEX triplet: CF, 42 and FA. RGB value is (207,66,250). Sum of RGB (Red+Green+Blue) = 207+66+250=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 66 (26.17% from 255 or 12.62% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF42FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF42FA is #30BD05. Grayscale: #808080. Windows color (decimal): -3194118 or 16401103. OLE color: 16401103.

HSL color Cylindrical-coordinate representation of color #CF42FA: hue angle of 285.98º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF42FA is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 66 250 -
CMYK 0.17 0.74 0 0.02
HSL 285.98º 0.95% 0.62% -
HSV(B) 285.98º 0.74% 0.98% -
XYZ 44.94 24.06 92.72 -
YUV 129.14 196.21 183.54 -
System Red Green Blue C M Y K H S L
Decimal 207 66 250 0.17 0.74 0 0.02 285.98 0.95 0.62
Hex CF 42 FA 11 4A 0 2 11E 5F 3E
Octal 317 102 372 21 112 0 2 436 137 76
Binary 11001111 1000010 11111010 10001 1001010 0 10 100011110 1011111 111110

Color Harmonies of #CF42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF42FA

Black with #CF42FA

Text Example


Text Example

White with #CF42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF42FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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