Html Css Color HEX #CF61D0 Orchid

📋 copy color: '#CF61D0'

red 207 ◦ green 97 ◦ blue 208

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

Shades of Orchid #CF61D0

Tints of Orchid #CF61D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.63%

R = 40.43%
G = 18.95%
B = 40.63%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF61D0 (or 0xCF61D0) is known color: Orchid. HEX triplet: CF, 61 and D0. RGB value is (207,97,208). Sum of RGB (Red+Green+Blue) = 207+97+208=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF61D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61D0 is #309E2F. Grayscale: #8E8E8E. Windows color (decimal): -3186224 or 13656527. OLE color: 13656527.

HSL color Cylindrical-coordinate representation of color #CF61D0: hue angle of 299.46º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF61D0 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 97 208 -
CMYK 0.00 0.53 0 0.18
HSL 299.46º 0.54% 0.6% -
HSV(B) 299.46º 0.53% 0.82% -
XYZ 41.39 26.37 62.58 -
YUV 142.54 164.94 173.97 -
System Red Green Blue C M Y K H S L
Decimal 207 97 208 0.00 0.53 0 0.18 299.46 0.54 0.6
Hex CF 61 D0 0 35 0 12 12B 36 3C
Octal 317 141 320 0 65 0 22 453 66 74
Binary 11001111 1100001 11010000 0 110101 0 10010 100101011 110110 111100

Color Harmonies of #CF61D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF61D0

Black with #CF61D0

Text Example


Text Example

White with #CF61D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF61D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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