Html Css Color HEX #CF69DD Orchid

📋 copy color: '#CF69DD'

red 207 ◦ green 105 ◦ blue 221

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

Shades of Orchid #CF69DD

Tints of Orchid #CF69DD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.7%

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 38.84%
G = 19.7%
B = 41.46%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF69DD (or 0xCF69DD) is known color: Orchid. HEX triplet: CF, 69 and DD. RGB value is (207,105,221). Sum of RGB (Red+Green+Blue) = 207+105+221=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF69DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69DD is #309622. Grayscale: #949494. Windows color (decimal): -3184163 or 14510543. OLE color: 14510543.

HSL color Cylindrical-coordinate representation of color #CF69DD: hue angle of 292.76º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF69DD is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 105 221 -
CMYK 0.06 0.52 0 0.13
HSL 292.76º 0.63% 0.64% -
HSV(B) 292.76º 0.52% 0.87% -
XYZ 43.83 28.59 71.61 -
YUV 148.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 207 105 221 0.06 0.52 0 0.13 292.76 0.63 0.64
Hex CF 69 DD 6 34 0 D 125 3F 40
Octal 317 151 335 6 64 0 15 445 77 100
Binary 11001111 1101001 11011101 110 110100 0 1101 100100101 111111 1000000

Color Harmonies of #CF69DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF69DD

Black with #CF69DD

Text Example


Text Example

White with #CF69DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF69DD; }

 p { color: rgb(207,105,221); }

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

background-color css

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

 a { background-color: rgb(207,105,221); }

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

border-color css

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

 span { border-color: rgb(207,105,221); }

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