Html Css Color HEX #CF69D7 Orchid

📋 copy color: '#CF69D7'

red 207 ◦ green 105 ◦ blue 215

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

Shades of Orchid #CF69D7

Tints of Orchid #CF69D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.8%

R = 39.28%
G = 19.92%
B = 40.8%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF69D7 (or 0xCF69D7) is known color: Orchid. HEX triplet: CF, 69 and D7. RGB value is (207,105,215). Sum of RGB (Red+Green+Blue) = 207+105+215=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF69D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69D7 is #309628. Grayscale: #939393. Windows color (decimal): -3184169 or 14117327. OLE color: 14117327.

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

Color convert

RGB 207 105 215 -
CMYK 0.04 0.51 0 0.16
HSL 295.64º 0.58% 0.63% -
HSV(B) 295.64º 0.51% 0.84% -
XYZ 43.05 28.27 67.48 -
YUV 148.04 165.79 170.06 -
System Red Green Blue C M Y K H S L
Decimal 207 105 215 0.04 0.51 0 0.16 295.64 0.58 0.63
Hex CF 69 D7 4 33 0 10 128 3A 3F
Octal 317 151 327 4 63 0 20 450 72 77
Binary 11001111 1101001 11010111 100 110011 0 10000 100101000 111010 111111

Color Harmonies of #CF69D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF69D7

Black with #CF69D7

Text Example


Text Example

White with #CF69D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF69D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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