Html Css Color HEX #CF69DB Orchid

📋 copy color: '#CF69DB'

red 207 ◦ green 105 ◦ blue 219

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

Shades of Orchid #CF69DB

Tints of Orchid #CF69DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 38.98%
G = 19.77%
B = 41.24%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF69DB (or 0xCF69DB) is known color: Orchid. HEX triplet: CF, 69 and DB. RGB value is (207,105,219). Sum of RGB (Red+Green+Blue) = 207+105+219=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF69DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69DB is #309624. Grayscale: #949494. Windows color (decimal): -3184165 or 14379471. OLE color: 14379471.

HSL color Cylindrical-coordinate representation of color #CF69DB: hue angle of 293.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF69DB is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 105 219 -
CMYK 0.05 0.52 0 0.14
HSL 293.68º 0.61% 0.64% -
HSV(B) 293.68º 0.52% 0.86% -
XYZ 43.57 28.48 70.22 -
YUV 148.49 167.79 169.73 -
System Red Green Blue C M Y K H S L
Decimal 207 105 219 0.05 0.52 0 0.14 293.68 0.61 0.64
Hex CF 69 DB 5 34 0 E 126 3D 40
Octal 317 151 333 5 64 0 16 446 75 100
Binary 11001111 1101001 11011011 101 110100 0 1110 100100110 111101 1000000

Color Harmonies of #CF69DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF69DB

Black with #CF69DB

Text Example


Text Example

White with #CF69DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF69DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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