Html Css Color HEX #CF75DF Orchid

📋 copy color: '#CF75DF'

red 207 ◦ green 117 ◦ blue 223

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

Shades of Orchid #CF75DF

Tints of Orchid #CF75DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 37.84%
G = 21.39%
B = 40.77%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF75DF (or 0xCF75DF) is known color: Orchid. HEX triplet: CF, 75 and DF. RGB value is (207,117,223). Sum of RGB (Red+Green+Blue) = 207+117+223=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF75DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75DF is #308A20. Grayscale: #9B9B9B. Windows color (decimal): -3181089 or 14644687. OLE color: 14644687.

HSL color Cylindrical-coordinate representation of color #CF75DF: hue angle of 290.94º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF75DF is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 117 223 -
CMYK 0.07 0.48 0 0.13
HSL 290.94º 0.62% 0.67% -
HSV(B) 290.94º 0.48% 0.87% -
XYZ 45.41 31.32 73.46 -
YUV 155.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 207 117 223 0.07 0.48 0 0.13 290.94 0.62 0.67
Hex CF 75 DF 7 30 0 D 123 3E 43
Octal 317 165 337 7 60 0 15 443 76 103
Binary 11001111 1110101 11011111 111 110000 0 1101 100100011 111110 1000011

Color Harmonies of #CF75DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF75DF

Black with #CF75DF

Text Example


Text Example

White with #CF75DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF75DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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