#CF75D5

Color #CF75D5 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CF75D5

Tints of Orchid #CF75D5

Color information

#CF75D5 (or 0xCF75D5) is unknown color: approx Orchid. HEX triplet: CF, 75 and D5. RGB value is (207,117,213). Sum of RGB (Red+Green+Blue) = 207+117+213=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF75D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75D5 is #308A2A. Grayscale: #9A9A9A. Windows color (decimal): -3181099 or 13989327. OLE color: 13989327.

HSL color Cylindrical-coordinate representation of color #CF75D5: hue angle of 296.25º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF75D5 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207117213-
CMYK0.030.4500.16
HSL296.25º53.33%64.71%-
HSV(B)296.25º45.07%83.53%-
XYZ44.130.7966.57-
YUV154.85160.82165.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 117 (46.09% from 255) = 21.79%
BLUE value IS 213 (83.59% from 255) = 39.66%
R=38.55%
G=21.79%
B=39.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071172130.030.4500.16296.2553.3364.71
HexCF75D532D0101283541
Octal31716532535502045065101
Binary11001111111010111010101111011010100001001010001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF75D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF75D5; }

 p { color: rgb(207,117,213); }

 H1.HeaderClassName
 {
   color: #CF75D5;
 }
 .AnyTagClassName
 {
   color: #CF75D5;
 }
</style>
background-color css

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

 a { background-color: rgb(207,117,213); }

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

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

 span { border-color: rgb(207,117,213); }

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