Html Css Color HEX #CF93F0 Wisteria

📋 copy color: '#CF93F0'

red 207 ◦ green 147 ◦ blue 240

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

Shades of Wisteria #CF93F0

Tints of Wisteria #CF93F0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.75%

 BLUE value IS 240 (94.14% from 255) = 40.4%

R = 34.85%
G = 24.75%
B = 40.4%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF93F0 (or 0xCF93F0) is known color: Wisteria. HEX triplet: CF, 93 and F0. RGB value is (207,147,240). Sum of RGB (Red+Green+Blue) = 207+147+240=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF93F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF93F0 is #306C0F. Grayscale: #AFAFAF. Windows color (decimal): -3173392 or 15766479. OLE color: 15766479.

HSL color Cylindrical-coordinate representation of color #CF93F0: hue angle of 278.71º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF93F0 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 147 240 -
CMYK 0.14 0.39 0 0.06
HSL 278.71º 0.76% 0.76% -
HSV(B) 278.71º 0.39% 0.94% -
XYZ 51.89 40.42 87.51 -
YUV 175.54 164.38 150.44 -
System Red Green Blue C M Y K H S L
Decimal 207 147 240 0.14 0.39 0 0.06 278.71 0.76 0.76
Hex CF 93 F0 E 27 0 6 117 4C 4C
Octal 317 223 360 16 47 0 6 427 114 114
Binary 11001111 10010011 11110000 1110 100111 0 110 100010111 1001100 1001100

Color Harmonies of #CF93F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF93F0

Black with #CF93F0

Text Example


Text Example

White with #CF93F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF93F0; }

 p { color: rgb(207,147,240); }

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

background-color css

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

 a { background-color: rgb(207,147,240); }

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

border-color css

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

 span { border-color: rgb(207,147,240); }

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