Html Css Color HEX #CF75B5 Orchid

📋 copy color: '#CF75B5'

red 207 ◦ green 117 ◦ blue 181

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

Shades of Orchid #CF75B5

Tints of Orchid #CF75B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.84%

R = 40.99%
G = 23.17%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF75B5 (or 0xCF75B5) is known color: Orchid. HEX triplet: CF, 75 and B5. RGB value is (207,117,181). Sum of RGB (Red+Green+Blue) = 207+117+181=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75B5 is #308A4A. Grayscale: #979797. Windows color (decimal): -3181131 or 11892175. OLE color: 11892175.

HSL color Cylindrical-coordinate representation of color #CF75B5: hue angle of 317.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF75B5 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 117 181 -
CMYK 0 0.43 0.13 0.19
HSL 317.33º 0.48% 0.64% -
HSV(B) 317.33º 0.43% 0.81% -
XYZ 40.43 29.32 47.25 -
YUV 151.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 207 117 181 0 0.43 0.13 0.19 317.33 0.48 0.64
Hex CF 75 B5 0 2B D 13 13D 30 40
Octal 317 165 265 0 53 15 23 475 60 100
Binary 11001111 1110101 10110101 0 101011 1101 10011 100111101 110000 1000000

Color Harmonies of #CF75B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF75B5

Black with #CF75B5

Text Example


Text Example

White with #CF75B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF75B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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