Html Css Color HEX #CF75D1 Orchid

📋 copy color: '#CF75D1'

red 207 ◦ green 117 ◦ blue 209

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

Shades of Orchid #CF75D1

Tints of Orchid #CF75D1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.95%

 BLUE value IS 209 (82.03% from 255) = 39.21%

R = 38.84%
G = 21.95%
B = 39.21%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF75D1 (or 0xCF75D1) is known color: Orchid. HEX triplet: CF, 75 and D1. RGB value is (207,117,209). Sum of RGB (Red+Green+Blue) = 207+117+209=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF75D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75D1 is #308A2E. Grayscale: #9A9A9A. Windows color (decimal): -3181103 or 13727183. OLE color: 13727183.

HSL color Cylindrical-coordinate representation of color #CF75D1: hue angle of 298.7º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF75D1 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 117 209 -
CMYK 0.01 0.44 0 0.18
HSL 298.7º 0.5% 0.64% -
HSV(B) 298.7º 0.44% 0.82% -
XYZ 43.6 30.59 63.93 -
YUV 154.4 158.82 165.52 -
System Red Green Blue C M Y K H S L
Decimal 207 117 209 0.01 0.44 0 0.18 298.7 0.5 0.64
Hex CF 75 D1 1 2C 0 12 12B 32 40
Octal 317 165 321 1 54 0 22 453 62 100
Binary 11001111 1110101 11010001 1 101100 0 10010 100101011 110010 1000000

Color Harmonies of #CF75D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF75D1

Black with #CF75D1

Text Example


Text Example

White with #CF75D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF75D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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