Html Css Color HEX #CF61D5 Orchid

📋 copy color: '#CF61D5'

red 207 ◦ green 97 ◦ blue 213

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

Shades of Orchid #CF61D5

Tints of Orchid #CF61D5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.76%

 BLUE value IS 213 (83.59% from 255) = 41.2%

R = 40.04%
G = 18.76%
B = 41.2%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF61D5 (or 0xCF61D5) is known color: Orchid. HEX triplet: CF, 61 and D5. RGB value is (207,97,213). Sum of RGB (Red+Green+Blue) = 207+97+213=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF61D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61D5 is #309E2A. Grayscale: #8E8E8E. Windows color (decimal): -3186219 or 13984207. OLE color: 13984207.

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

Color convert

RGB 207 97 213 -
CMYK 0.03 0.54 0 0.16
HSL 296.9º 0.58% 0.61% -
HSV(B) 296.9º 0.54% 0.84% -
XYZ 42.02 26.62 65.87 -
YUV 143.11 167.44 173.57 -
System Red Green Blue C M Y K H S L
Decimal 207 97 213 0.03 0.54 0 0.16 296.9 0.58 0.61
Hex CF 61 D5 3 36 0 10 129 3A 3D
Octal 317 141 325 3 66 0 20 451 72 75
Binary 11001111 1100001 11010101 11 110110 0 10000 100101001 111010 111101

Color Harmonies of #CF61D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF61D5

Black with #CF61D5

Text Example


Text Example

White with #CF61D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF61D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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