Html Css Color HEX #CF75E1 Orchid

📋 copy color: '#CF75E1'

red 207 ◦ green 117 ◦ blue 225

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

Shades of Orchid #CF75E1

Tints of Orchid #CF75E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.98%

R = 37.7%
G = 21.31%
B = 40.98%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF75E1 (or 0xCF75E1) is known color: Orchid. HEX triplet: CF, 75 and E1. RGB value is (207,117,225). Sum of RGB (Red+Green+Blue) = 207+117+225=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF75E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75E1 is #308A1E. Grayscale: #9B9B9B. Windows color (decimal): -3181087 or 14775759. OLE color: 14775759.

HSL color Cylindrical-coordinate representation of color #CF75E1: hue angle of 290º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF75E1 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 117 225 -
CMYK 0.08 0.48 0 0.12
HSL 290º 0.64% 0.67% -
HSV(B) 290º 0.48% 0.88% -
XYZ 45.68 31.42 74.89 -
YUV 156.22 166.82 164.22 -
System Red Green Blue C M Y K H S L
Decimal 207 117 225 0.08 0.48 0 0.12 290 0.64 0.67
Hex CF 75 E1 8 30 0 C 122 40 43
Octal 317 165 341 10 60 0 14 442 100 103
Binary 11001111 1110101 11100001 1000 110000 0 1100 100100010 1000000 1000011

Color Harmonies of #CF75E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF75E1

Black with #CF75E1

Text Example


Text Example

White with #CF75E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF75E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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